Skip to content

Commit bd2b491

Browse files
authored
fixing secret template for groupsync (#21)
1 parent 8004f38 commit bd2b491

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

values-secret.yaml.template

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,21 @@ secrets:
1919
fields:
2020
- name: credentials
2121
path: ~/.aws/credentials
22-
# Uncomment the following stanza to enable the secret generation for oauth. Example ~/.oauth below
23-
# Copy/Paste the key that is generated from GitHub
24-
#- name: oauthCreds
25-
# fields:
26-
# - name: content
27-
# path: ~/.oauth
28-
22+
# Begin groupsync/oauth config
23+
# - name: oauthCreds
24+
# fields:
25+
# - name: content
26+
# path: ~/.oauth
27+
# - name: githubGroupSync
28+
# fields:
29+
# - name: appId
30+
# value: "gh-app-appId"
31+
# - name: installationId
32+
# value: "gh-app-installationID"
33+
# - name: privateKey
34+
# path: ~/.github-group-sync.pem
35+
#
36+
# End groupsync/oauth config
2937
#- name: publickey
3038
# fields:
3139
# - name: content

0 commit comments

Comments
 (0)