Skip to content

Commit

Permalink
Add flux image update secrets (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
FestiveKyle committed May 20, 2022
1 parent c82114f commit a095e9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions k8s/clusters/auto-image-update/bases/creds/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
secretGenerator:
- files:
- identity
- identity.pub
- known_hosts
name: flux-credentials
namespace: flux-system
generatorOptions:
disableNameSuffixHash: true
1 change: 1 addition & 0 deletions k8s/clusters/auto-image-update/bases/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ resources:
- ../../git-repo
- image-repo-policies
- image-update-automation.yaml
- tracker-git-repo-secret-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../bases
patchesStrategicMerge:
- tracker-git-repo-secret-patch.yaml

0 comments on commit a095e9c

Please sign in to comment.