1
0
Fork 0

kitchen: Set instance label for Argo CD

Argo CD wants every resource managed by an application to have that
application's name as the value of the `app.kubernetes.io/instance`
label.
dch-webhooks-secrets
Dustin 2023-10-14 21:45:01 -05:00
parent c5c63d2684
commit 53a057666a
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
labels:
- pairs:
app.kubernetes.io/instance: kitchen
resources:
- kitchen.yaml
- secrets.yaml