From 4d41f3b1bfde05d7607eb27267495b88f2ea0915 Mon Sep 17 00:00:00 2001 From: day0hero Date: Tue, 14 Apr 2026 12:24:03 +0100 Subject: [PATCH] fixing secret template for groupsync --- values-secret.yaml.template | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/values-secret.yaml.template b/values-secret.yaml.template index 34d790eb..a2be8ec8 100644 --- a/values-secret.yaml.template +++ b/values-secret.yaml.template @@ -19,13 +19,21 @@ secrets: fields: - name: credentials path: ~/.aws/credentials -# Uncomment the following stanza to enable the secret generation for oauth. Example ~/.oauth below -# Copy/Paste the key that is generated from GitHub - #- name: oauthCreds - # fields: - # - name: content - # path: ~/.oauth - +# Begin groupsync/oauth config +# - name: oauthCreds +# fields: +# - name: content +# path: ~/.oauth +# - name: githubGroupSync +# fields: +# - name: appId +# value: "gh-app-appId" +# - name: installationId +# value: "gh-app-installationID" +# - name: privateKey +# path: ~/.github-group-sync.pem +# +# End groupsync/oauth config #- name: publickey # fields: # - name: content