Skip to content

Commit 8cd29e6

Browse files
committed
Update v1beta1 refs to v1alpha1
Signed-off-by: Siddhesh Ghadi <sghadi1203@gmail.com>
1 parent f6cb8e7 commit 8cd29e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/rhsso_config_guidance.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The scope of this document is to describe the steps to Install, Configure(**Setu
3636
- For a secure connection, set the value of the `rootCA` parameter as shown in the following example
3737

3838
```yaml
39-
apiVersion: argoproj.io/v1beta1
39+
apiVersion: argoproj.io/v1alpha1
4040
kind: ArgoCD
4141
metadata:
4242
name: <argocd-instance-name>
@@ -52,7 +52,7 @@ The scope of this document is to describe the steps to Install, Configure(**Setu
5252
- For an insecure connection, leave the value of the `rootCA` parameter empty and use the `oidc.tls.insecure.skip.verify` parameter as shown below
5353

5454
```yaml
55-
apiVersion: argoproj.io/v1beta1
55+
apiVersion: argoproj.io/v1alpha1
5656
kind: ArgoCD
5757
metadata:
5858
name: <argocd-instance-name>
@@ -210,7 +210,7 @@ For versions starting v1.10 and above,
210210
This default behavior can be modified by updating the `.spec.rbac.defaultyPolicy` in ArgoCD CR.
211211

212212
```yaml
213-
apiVersion: argoproj.io/v1beta1
213+
apiVersion: argoproj.io/v1alpha1
214214
kind: ArgoCD
215215
metadata:
216216
name: <argocd-instance-name>
@@ -228,7 +228,7 @@ RHSSO reads the group information of OpenShift users. This allows admin to confi
228228
For example, below will give admin level access to all the users from `foo-admins` OpenShift group.
229229

230230
```yaml
231-
apiVersion: argoproj.io/v1beta1
231+
apiVersion: argoproj.io/v1alpha1
232232
kind: ArgoCD
233233
metadata:
234234
name: <argocd-instance-name>
@@ -247,7 +247,7 @@ Admin can control access at individual user level by adding rbac configurations
247247
For example, below will give admin level access to user with email `foo@example.com`.
248248

249249
```yaml
250-
apiVersion: argoproj.io/v1beta1
250+
apiVersion: argoproj.io/v1alpha1
251251
kind: ArgoCD
252252
metadata:
253253
name: <argocd-instance-name>
@@ -274,7 +274,7 @@ RHSSO container by default gets created with following resource requests and li
274274
Admin can modify the RHSSO resource requests/limits by updating `.spec.sso.keycloak.resources` field in ArgoCD CR.
275275

276276
```yaml
277-
apiVersion: argoproj.io/v1beta1
277+
apiVersion: argoproj.io/v1alpha1
278278
kind: ArgoCD
279279
metadata:
280280
name: <argocd-instance-name>
@@ -346,7 +346,7 @@ oc -n <namespace> patch argocd <argocd-instance-name> --type json -p='[{"op":
346346
Or
347347
348348
```yaml
349-
apiVersion: argoproj.io/v1beta1
349+
apiVersion: argoproj.io/v1alpha1
350350
kind: ArgoCD
351351
metadata:
352352
name: <argocd-instance-name>

0 commit comments

Comments
 (0)