postgresql: 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
parent
3b05ab5b75
commit
28e8ac58db
|
@ -1,6 +1,10 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- pairs:
|
||||||
|
app.kubernetes.io/instance: postgresql
|
||||||
|
|
||||||
namespace: postgresql
|
namespace: postgresql
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue