We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8004f38 commit bd2b491Copy full SHA for bd2b491
1 file changed
values-secret.yaml.template
@@ -19,13 +19,21 @@ secrets:
19
fields:
20
- name: credentials
21
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
-
+# Begin groupsync/oauth config
+# - name: oauthCreds
+# fields:
+# - name: content
+# path: ~/.oauth
+# - name: githubGroupSync
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
37
#- name: publickey
38
# fields:
39
# - name: content
0 commit comments