Skip to content

Commit

Permalink
Update ArgoCD Integration.md (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-nit authored Apr 18, 2024
1 parent 2bbff7e commit 65d7cc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ArgoCD Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ data:
The [ArgoCD Server Helm chart](https://github.com/argoproj/argo-helm/tree/master/charts/argo-cd) supports defining `argocd-cm` settings through [values.yaml](https://github.com/argoproj/argo-helm/blob/6ff050f6f57edda1e6912ef0bb17d085684e103e/charts/argo-cd/values.yaml#L1155-L1157):

```yaml
configs:
cm:
server:
config:
helm.valuesFileSchemes: >-
secrets+gpg-import, secrets+gpg-import-kubernetes,
secrets+age-import, secrets+age-import-kubernetes,
Expand Down Expand Up @@ -391,7 +391,7 @@ repoServer:
# Multiple keys can be separated by space
value: /helm-secrets-private-keys/key.asc
- name: SOPS_AGE_KEY_FILE # For age
value: /helm/secrets-private-keys/key.txt
value: /helm-secrets-private-keys/key.txt
volumes:
- name: helm-secrets-private-keys
secret:
Expand Down

0 comments on commit 65d7cc1

Please sign in to comment.