mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-18 21:51:49 +00:00
Merge pull request #506 from chanwit/sops-doc
Add a note not to apply SOPS encrypted secrets directly
This commit is contained in:
commit
371db07108
1 changed files with 3 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ sops --encrypt \
|
||||||
|
|
||||||
You can now commit the encrypted secret to your Git repository.
|
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
|
## Configure secrets decryption
|
||||||
|
|
||||||
Registry the Git repository on your cluster:
|
Registry the Git repository on your cluster:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue