-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Addon] fluxcd addon support decrypt options in kustomize #734
Comments
xjxtree
pushed a commit
to xjxtree/catalog
that referenced
this issue
Nov 1, 2023
4 tasks
xjxtree
pushed a commit
to xjxtree/catalog
that referenced
this issue
Nov 1, 2023
Signed-off-by: lilei <[email protected]>
xjxtree
pushed a commit
to xjxtree/catalog
that referenced
this issue
Nov 2, 2023
Signed-off-by: lilei <[email protected]>
wonderflow
pushed a commit
that referenced
this issue
Dec 5, 2023
* feat: fluxcd support decrypt in kustomize #734 Signed-off-by: lilei <[email protected]> * feat: update fluxcd addon metadata version Signed-off-by: lilei <[email protected]> * fix: fix decryption provider parameter Signed-off-by: lilei <[email protected]> --------- Signed-off-by: lilei <[email protected]> Co-authored-by: lilei <[email protected]>
PR(#735) already merge to master and supported this feature in fluxcd 2.4.0 version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
support decrypt options in kustomize component:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: my-secrets
spec:
decryption:
provider: sops
secretRef:
name: sops-gpg
force: false
interval: 10m0s
path: ./clusters/cluster0
prune: true
sourceRef:
kind: GitRepository
name: my-secrets
The text was updated successfully, but these errors were encountered: