Skip to content

Commit

Permalink
Update ArgoCD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Oct 9, 2021
1 parent e3b6dea commit a010d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Allow override sops version on installation
## [Unreleased]

### Added
- [vals](https://github.com/variantdev/vals) driver. vals supporting Vault, AWS SSM, GCP, sops, terraform states or other files.
- A better ArgoCD Integration. helm-secrets can load now gpg keys for you by using the uri `secrets+gpg-import://path/key.asc?path/secrets.yaml` as value file.
As alternative, you can use `secrets+gpg-import-kubernetes://` to import a gpg key from a existing kubernetes secret, but it require the kubectl command.
As alternative, you can use `secrets+gpg-import-kubernetes://` to import a gpg key from an existing kubernetes secret, but it requires the kubectl command.
Checkout the [docs/ARGOCD.md](docs/ARGOCD.md) for more information.
- [vals](https://github.com/variantdev/vals) driver. vals supporting Vault, AWS SSM, GCP, sops, terraform states or other files.

## [3.8.3] - 2021-08-06

Expand Down
2 changes: 2 additions & 0 deletions docs/ARGOCD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ spec:
- secrets+gpg-import-kubernetes://argocd/argocd-gpg-key#private.asc?path/to/secrets.yaml
```
In background, helm with call helm-secrets because helm-secrets is [registered](https://github.com/jkroepke/helm-secrets/blob/4e61c556655b99e16d2faff5fd2312251ad06456/plugin.yaml#L12-L19) as [downloader plugin](https://helm.sh/docs/topics/plugins/#downloader-plugins).
### External Chart and local values
Please mention, this won't work with external helm charts, subscribe https://github.com/argoproj/argo-cd/issues/7257 for more infos.
Expand Down

0 comments on commit a010d6f

Please sign in to comment.