Skip to content

Commit

Permalink
Add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
maboehm committed Aug 2, 2024
1 parent 3cf9f95 commit aaedc52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ spec:
kind: Kustomization
spec:
path: clusters/production/flux-system
# additionalSecretResources:
# - name: shoot-vault-secret
# targetName: vault
9 changes: 9 additions & 0 deletions example/shoot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@ spec:
kind: Kustomization
spec:
path: clusters/production
# additionalSecretResources:
# - name: shoot-vault-secret
# targetName: vault

# resources:
# - name: flux-ssh-secret
# resourceRef:
# apiVersion: v1
# kind: Secret
# name: my-project-secret
# - name: shoot-vault-secret
# resourceRef:
# apiVersion: v1
# kind: Secret
# name: project-vault-secret

cloudProfileName: local
secretBindingName: local # dummy, doesn't contain any credentials
Expand Down

0 comments on commit aaedc52

Please sign in to comment.