mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: Support application specific parameter override files Signed-off-by: jannfis <jann@mistrust.net>
8 lines
164 B
YAML
8 lines
164 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- guestbook.yaml
|
|
images:
|
|
- name: gcr.io/heptio-images/ks-guestbook-demo
|
|
newTag: "0.1"
|