Skip to content
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

[SOPS] - ADD ABILITY FOR ADDING DECRYPTION #3

Open
patrick-hermann-sva opened this issue May 30, 2024 · 0 comments
Open

[SOPS] - ADD ABILITY FOR ADDING DECRYPTION #3

patrick-hermann-sva opened this issue May 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@patrick-hermann-sva
Copy link
Contributor

snippet

decryption:
    provider: sops
    secretRef:
      name: sops-age

full example

#gotk-sync.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
  name: flux-system
  namespace: flux-system
spec:
  interval: 10m0s
  path: ./clusters/labul/vsphere/xplane-dev2
  prune: true
  sourceRef:
    kind: GitRepository
    name: flux-system
  decryption:
    provider: sops
    secretRef:
      name: sops-age
@patrick-hermann-sva patrick-hermann-sva added the enhancement New feature or request label May 30, 2024
@patrick-hermann-sva patrick-hermann-sva self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant