initial commit
This commit is contained in:
commit
9b38922fba
5 changed files with 76 additions and 0 deletions
9
overlay/kustomization.yaml
Normal file
9
overlay/kustomization.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
resources:
|
||||
- ../base
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: git.ar21.de/yolokube/grafana-backuper
|
||||
newName: git.ar21.de/yolokube/grafana-backuper
|
||||
newTag: "latest"
|
||||
namespace: grafana-backuper
|
Reference in a new issue