Move staging openfga to ns staging-openfga
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user