From f1a586f6dd64de703f86b44f89221053ce8917c0 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 13 Feb 2024 12:56:39 +0100 Subject: [PATCH] refactor: cleanup --- .../sync-vcluster-atlantis-secrets.yaml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/vcluster/chart/templates/sync-vcluster-atlantis-secrets.yaml b/vcluster/chart/templates/sync-vcluster-atlantis-secrets.yaml index 4795caa2..64a03481 100644 --- a/vcluster/chart/templates/sync-vcluster-atlantis-secrets.yaml +++ b/vcluster/chart/templates/sync-vcluster-atlantis-secrets.yaml @@ -64,26 +64,3 @@ spec: selector: matchLabels: vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}' - # - name: sync-atlantis-env - # generate: - # apiVersion: v1 - # kind: Secret - # name: archmeister-env - # namespace: {{ printf "{{request.object.metadata.name}}" | quote }} - # synchronize: true - # cloneList: - # namespace: atlantis - # kinds: - # - Secret - # selector: - # matchLabels: - # oceanbox.io/atlantis-env: sync - # match: - # resources: - # kinds: - # - Namespace - # names: - # - "vcluster-009dba7e-*" - # selector: - # matchLabels: - # vcluster.loft.sh/vcluster-namespace: '{{ .Release.Namespace }}'