Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ words:
- nodeclasses
- fasapi
- applicationset
- applicationsetcontroller
- rolearn
- eksadminrole
- rolebinding
Expand Down
20 changes: 13 additions & 7 deletions docs/quick-start/integrate-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ To install Argo CD, follow the steps below:
# after domain creation update
- "argocd-dev.example.com"

# Disabled for multitenancy env with single instance deployment
applicationSet:
allowAnyNamespace: true
serviceAccount:
# -- Annotations applied to created service account
annotations: {}
extraEnv:
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS
value: 'false'

# we use Keycloak so no DEX is required
dex:
enabled: false

# Disabled for multitenancy env with single instance deployment
applicationSet:
enabled: false

configs:
secret:
# -- Create the argocd-secret
Expand All @@ -66,16 +72,16 @@ To install Argo CD, follow the steps below:

params:
server.insecure: true
application.namespaces: >-
krci
applicationsetcontroller.namespaces: krci
application.namespaces: krci
```

</details>

3. Apply the argocd-values.yaml file using the `helm install` command:

```bash
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 5.51.4 --create-namespace --atomic -n argocd
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 8.5.6 --create-namespace --atomic -n argocd
```

:::info
Expand Down
20 changes: 13 additions & 7 deletions versioned_docs/version-3.10/quick-start/integrate-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ To install Argo CD, follow the steps below:
# after domain creation update
- "argocd-dev.example.com"

# Disabled for multitenancy env with single instance deployment
applicationSet:
allowAnyNamespace: true
serviceAccount:
# -- Annotations applied to created service account
annotations: {}
extraEnv:
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS
value: 'false'

# we use Keycloak so no DEX is required
dex:
enabled: false

# Disabled for multitenancy env with single instance deployment
applicationSet:
enabled: false

configs:
secret:
# -- Create the argocd-secret
Expand All @@ -66,16 +72,16 @@ To install Argo CD, follow the steps below:

params:
server.insecure: true
application.namespaces: >-
krci
applicationsetcontroller.namespaces: krci
application.namespaces: krci
```

</details>

3. Apply the argocd-values.yaml file using the `helm install` command:

```bash
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 5.51.4 --create-namespace --atomic -n argocd
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 8.5.6 --create-namespace --atomic -n argocd
```

:::info
Expand Down
20 changes: 13 additions & 7 deletions versioned_docs/version-3.11/quick-start/integrate-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ To install Argo CD, follow the steps below:
# after domain creation update
- "argocd-dev.example.com"

# Disabled for multitenancy env with single instance deployment
applicationSet:
allowAnyNamespace: true
serviceAccount:
# -- Annotations applied to created service account
annotations: {}
extraEnv:
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS
value: 'false'

# we use Keycloak so no DEX is required
dex:
enabled: false

# Disabled for multitenancy env with single instance deployment
applicationSet:
enabled: false

configs:
secret:
# -- Create the argocd-secret
Expand All @@ -66,16 +72,16 @@ To install Argo CD, follow the steps below:

params:
server.insecure: true
application.namespaces: >-
krci
applicationsetcontroller.namespaces: krci
application.namespaces: krci
```

</details>

3. Apply the argocd-values.yaml file using the `helm install` command:

```bash
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 5.51.4 --create-namespace --atomic -n argocd
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 8.5.6 --create-namespace --atomic -n argocd
```

:::info
Expand Down
20 changes: 13 additions & 7 deletions versioned_docs/version-3.12/quick-start/integrate-argocd.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ To install Argo CD, follow the steps below:
# after domain creation update
- "argocd-dev.example.com"

# Disabled for multitenancy env with single instance deployment
applicationSet:
allowAnyNamespace: true
serviceAccount:
# -- Annotations applied to created service account
annotations: {}
extraEnv:
- name: ARGOCD_APPLICATIONSET_CONTROLLER_ENABLE_SCM_PROVIDERS
value: 'false'

# we use Keycloak so no DEX is required
dex:
enabled: false

# Disabled for multitenancy env with single instance deployment
applicationSet:
enabled: false

configs:
secret:
# -- Create the argocd-secret
Expand All @@ -66,16 +72,16 @@ To install Argo CD, follow the steps below:

params:
server.insecure: true
application.namespaces: >-
krci
applicationsetcontroller.namespaces: krci
application.namespaces: krci
```

</details>

3. Apply the argocd-values.yaml file using the `helm install` command:

```bash
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 5.51.4 --create-namespace --atomic -n argocd
helm install argo-cd argocd/argo-cd --values argocd-values.yaml --version 8.5.6 --create-namespace --atomic -n argocd
```

:::info
Expand Down
Loading