fix: my bad, don't sync env secrets

This commit is contained in:
2024-02-12 18:54:12 +01:00
parent a4cb8964c3
commit 737c639f99
@@ -64,26 +64,26 @@ spec:
selector: selector:
matchLabels: matchLabels:
vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}' vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}'
- name: sync-atlantis-env # - name: sync-atlantis-env
generate: # generate:
apiVersion: v1 # apiVersion: v1
kind: Secret # kind: Secret
name: archmeister-env # name: archmeister-env
namespace: {{ printf "{{request.object.metadata.name}}" | quote }} # namespace: {{ printf "{{request.object.metadata.name}}" | quote }}
synchronize: true # synchronize: true
cloneList: # cloneList:
namespace: atlantis # namespace: atlantis
kinds: # kinds:
- Secret # - Secret
selector: # selector:
matchLabels: # matchLabels:
oceanbox.io/atlantis-env: sync # oceanbox.io/atlantis-env: sync
match: # match:
resources: # resources:
kinds: # kinds:
- Namespace # - Namespace
names: # names:
- "vcluster-009dba7e-*" # - "vcluster-009dba7e-*"
selector: # selector:
matchLabels: # matchLabels:
vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}' # vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}'