From 28e8ac58dbd6bbcdec1b184056a42cca45c283a8 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Oct 2023 21:32:29 -0500 Subject: [PATCH] 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. --- postgresql/kustomization.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/postgresql/kustomization.yaml b/postgresql/kustomization.yaml index 608888f..3c60a33 100644 --- a/postgresql/kustomization.yaml +++ b/postgresql/kustomization.yaml @@ -1,6 +1,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +labels: +- pairs: + app.kubernetes.io/instance: postgresql + namespace: postgresql resources: