From 02877b6385287e5f59e45711468f3787b4dd4995 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Mon, 9 Mar 2026 01:33:40 +1100 Subject: [PATCH] fix: include puppet pvc yaml (#27) - ensure the persistentvolumeclaims.yaml is included in kustomize Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/27 --- apps/base/puppet/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/base/puppet/kustomization.yaml b/apps/base/puppet/kustomization.yaml index 2e3a5be..6a93a19 100644 --- a/apps/base/puppet/kustomization.yaml +++ b/apps/base/puppet/kustomization.yaml @@ -7,5 +7,6 @@ resources: - cnpg_cluster.yaml - cnpg_pooler.yaml - cronjob_g10k-code.yaml + - persistentvolumeclaims.yaml - vaultauth.yaml - vaultstaticsecret.yaml