Skip to content

Commit

Permalink
Update helm-secrets schemes for argocd helm chart (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaykumar4 authored Jul 5, 2024
1 parent e473cb3 commit 9936ca6
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,12 +310,12 @@ 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
server:
config:
configs:
cm:
helm.valuesFileSchemes: >-
secrets+gpg-import, secrets+gpg-import-kubernetes,
secrets+age-import, secrets+age-import-kubernetes,
secrets,secrets+literal,
secrets, secrets+literal,
https
```

Expand Down

0 comments on commit 9936ca6

Please sign in to comment.