fix: rename archmeister db names and secrets to staging for consistency

This commit is contained in:
Jonas Juselius
2024-03-13 10:23:01 +01:00
parent da9ce1dfb2
commit 9ea8ce6315
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: {{ $name }}-archmeister
name: staging-archmeister
namespace: {{ .Release.Namespace }}
annotations:
linkerd.io/inject: disabled
@@ -45,7 +45,7 @@ spec:
selector:
matchLabels:
vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}'
- name: sync-archmeister-superuser
- name: sync-archmeister-app-secret
generate:
apiVersion: v1
kind: Secret
@@ -54,7 +54,7 @@ spec:
synchronize: false
clone:
namespace: '{{ .Release.Namespace }}'
name: '{{ $name }}-archmeister-superuser'
name: staging-archmeister-superuser
match:
resources:
kinds:
+1 -1
View File
@@ -63,7 +63,7 @@ spec:
to: "redis/{{ .Values.environment }}-redis-master"
- from: "rabbitmq/{{ .Values.environment }}-rabbitmq"
to: "rabbitmq/{{ .Values.environment }}-rabbitmq"
- from: "{{ .Release.Namespace }}/{{ $name }}-archmeister-rw"
- from: "{{ .Release.Namespace }}/staging-archmeister-rw"
to: "atlantis/staging-archmeister-rw"
- from: "{{ .Release.Namespace }}/jaeger-collector"
to: "atlantis/jaeger-collector"