fix: my bad, don't sync env secrets
This commit is contained in:
@@ -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 }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user