@@ -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/v1alpha1
39+ apiVersion: argoproj.io/v1beta1
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/v1alpha1
55+ apiVersion: argoproj.io/v1beta1
5656 kind: ArgoCD
5757 metadata:
5858 name: < argocd-instance-name>
@@ -210,7 +210,7 @@ For versions starting v1.10 and above,
210210This default behavior can be modified by updating the ` .spec.rbac.defaultyPolicy` in ArgoCD CR.
211211
212212` ` ` yaml
213- apiVersion: argoproj.io/v1alpha1
213+ apiVersion: argoproj.io/v1beta1
214214kind: ArgoCD
215215metadata:
216216 name: < argocd-instance-name>
@@ -228,7 +228,7 @@ RHSSO reads the group information of OpenShift users. This allows admin to confi
228228For example, below will give admin level access to all the users from ` foo-admins` OpenShift group.
229229
230230` ` ` yaml
231- apiVersion: argoproj.io/v1alpha1
231+ apiVersion: argoproj.io/v1beta1
232232kind: ArgoCD
233233metadata:
234234 name: < argocd-instance-name>
@@ -247,7 +247,7 @@ Admin can control access at individual user level by adding rbac configurations
247247For example, below will give admin level access to user with email ` foo@example.com` .
248248
249249` ` ` yaml
250- apiVersion: argoproj.io/v1alpha1
250+ apiVersion: argoproj.io/v1beta1
251251kind: ArgoCD
252252metadata:
253253 name: < argocd-instance-name>
@@ -274,7 +274,7 @@ RHSSO container by default gets created with following resource requests and li
274274Admin can modify the RHSSO resource requests/limits by updating ` .spec.sso.keycloak.resources` field in ArgoCD CR.
275275
276276` ` ` yaml
277- apiVersion: argoproj.io/v1alpha1
277+ apiVersion: argoproj.io/v1beta1
278278kind: ArgoCD
279279metadata:
280280 name: < argocd-instance-name>
@@ -346,7 +346,7 @@ oc -n <namespace> patch argocd <argocd-instance-name> --type json -p='[{"op":
346346Or
347347
348348```yaml
349- apiVersion: argoproj.io/v1alpha1
349+ apiVersion: argoproj.io/v1beta1
350350kind: ArgoCD
351351metadata:
352352 name: <argocd-instance-name>
0 commit comments