From ef4e5559855cb234c88efb6e305732d4722d615d Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 24 Apr 2022 23:13:28 +0200 Subject: [PATCH] fix(postgres-system): Deploy missing podmonitor --- infrastructure/postgres/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/postgres/kustomization.yaml b/infrastructure/postgres/kustomization.yaml index eb0f37345..a234bf501 100644 --- a/infrastructure/postgres/kustomization.yaml +++ b/infrastructure/postgres/kustomization.yaml @@ -5,6 +5,7 @@ resources: - namespace.yaml - repository.yaml - release.yaml + - podmonitor.yaml configMapGenerator: - name: postgres-system-grafana-dashboards files: -- GitLab