Move staging openfga to ns staging-openfga

This commit is contained in:
2025-11-12 13:37:07 +01:00
parent 8f05962cd7
commit 9e5636f872
4 changed files with 15 additions and 1 deletions
+4
View File
@@ -10,7 +10,11 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
{{- if eq .Values.openfga.env "prod" }}
namespace: openfga
{{- else }}
namespace: {{ .Values.openfga.env }}-openfga
{{- end }}
server: https://kubernetes.default.svc
project: sys
sources:
+1 -1
View File
@@ -27,7 +27,7 @@ extraObjects:
kind: Cluster
metadata:
name: staging-openfga-db
namespace: openfga
namespace: staging-openfga
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:17-bookworm