From 9de963435f89d933cc477ae8f0e1c4a112560bcb Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Sat, 11 May 2024 14:54:45 +0200 Subject: [PATCH] refactor(postgres): delete hardcoded namespace from manifests --- manifests/postgres/postgres-superuser-credentials.yaml | 1 - manifests/postgres/postgres.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/manifests/postgres/postgres-superuser-credentials.yaml b/manifests/postgres/postgres-superuser-credentials.yaml index f49b704..0864e9f 100644 --- a/manifests/postgres/postgres-superuser-credentials.yaml +++ b/manifests/postgres/postgres-superuser-credentials.yaml @@ -2,7 +2,6 @@ apiVersion: v1 kind: Secret metadata: name: postgres-superuser-credentials - namespace: postgres annotations: argocd.argoproj.io/sync-wave: "1" type: kubernetes.io/basic-auth diff --git a/manifests/postgres/postgres.yaml b/manifests/postgres/postgres.yaml index 4110bee..217b5e9 100644 --- a/manifests/postgres/postgres.yaml +++ b/manifests/postgres/postgres.yaml @@ -2,7 +2,6 @@ apiVersion: postgresql.cnpg.io/v1 kind: Cluster metadata: name: postgres - namespace: postgres annotations: argocd.argoproj.io/sync-wave: "10" spec: