From b4274b5ff70ddcaa001327c364253133b1734dc6 Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Tue, 3 Dec 2024 16:07:38 +0100 Subject: [PATCH] revert back to GITHUB_APPSET_PAT because this is the secret for appset, not kargo Signed-off-by: Johannes Kleinlercher --- .../templates/appset-scm-multi-stage-kargo-es.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform-apps/charts/team-onboarding/templates/appset-scm-multi-stage-kargo-es.yaml b/platform-apps/charts/team-onboarding/templates/appset-scm-multi-stage-kargo-es.yaml index 8245a2a2..0a18897e 100644 --- a/platform-apps/charts/team-onboarding/templates/appset-scm-multi-stage-kargo-es.yaml +++ b/platform-apps/charts/team-onboarding/templates/appset-scm-multi-stage-kargo-es.yaml @@ -16,12 +16,12 @@ spec: name: appset-github-token template: data: - token: "{{ `{{ .GITHUB_TOKEN }}` }}" + token: "{{ `{{ .GITHUB_APPSET_PAT }}` }}" data: - - secretKey: GITHUB_TOKEN + - secretKey: GITHUB_APPSET_PAT remoteRef: key: sx-cnp-oss-kv/data/demo/delivery - property: GITHUB_TOKEN + property: GITHUB_APPSET_PAT --- {{- end }} {{- end }}