File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,20 @@ digger:
3232 httpBasicAuthPassword: "abc123"
3333 bearerAuthToken: "salkfjadslkfj" # You should generate
3434 hostname: "<https://mo-digger-test.ngrok.app>"
35- GitHubOrg: "diggerhq" # replace with org for digger
36- GitHubAppID: ""
37- GitHubAppClientID: ""
38- GitHubAppClientSecret: ""
39- GitHubAppKeyFile: "" #base64 encoded file
40- GitHubWebhookSecret: ""
41-
35+ secret:
36+ useExistingSecret: false
37+ existingSecretName: ""
38+
39+ httpBasicAuthUsername: "admin"
40+ httpBasicAuthPassword: "abc123"
41+ bearerAuthToken: "salkfjadslkfj"
42+ hostname: "<https://mo-digger-test.ngrok.app>"
43+ githubOrg: "diggerhq" # replace with org for digger
44+ githubAppID: ""
45+ githubAppClientID: ""
46+ githubAppClientSecret: ""
47+ githubAppKeyFile: "" # base64 encoded file
48+ githubWebhookSecret: ""
4249postgres:
4350 enabled: true
4451 secret:
You can’t perform that action at this time.
0 commit comments