diff options
Diffstat (limited to '')
| -rw-r--r-- | grumpy/gitsnapshot/kustomization.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/grumpy/gitsnapshot/kustomization.yaml b/grumpy/gitsnapshot/kustomization.yaml index 8ed81eb..5dec50c 100644 --- a/grumpy/gitsnapshot/kustomization.yaml +++ b/grumpy/gitsnapshot/kustomization.yaml @@ -7,7 +7,6 @@ commonLabels: # Images modify the tags for images without # creating patches. images: -- name: busybox - name: registry.gitlab.com/grumps/grumpy-containers/git-snapshot newTag: latest @@ -19,9 +18,3 @@ namePrefix: gitsnapshot # and emits as a YAML string resources: - gitsnapshot-cronjob.yaml - -# Each entry in this list results in the creation of -# one Secret resource (it's a generator of n secrets). -secretGenerator: -- name: aws-s3-secret - type: Opaque |