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