Merge pull request #506 from chanwit/sops-doc

Add a note not to apply SOPS encrypted secrets directly
pull/511/head
Stefan Prodan 4 years ago committed by GitHub
commit 371db07108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,6 +78,9 @@ sops --encrypt \
You can now commit the encrypted secret to your Git repository.
!!! hint
Note that you shouldn't apply the encrypted secrets onto the cluster with kubectl. SOPS encrypted secrets are designed to be consumed by kustomize-controller.
## Configure secrets decryption
Registry the Git repository on your cluster:

Loading…
Cancel
Save