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:
32
32
httpBasicAuthPassword: "abc123"
33
33
bearerAuthToken: "salkfjadslkfj" # You should generate
34
34
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: ""
42
49
postgres:
43
50
enabled: true
44
51
secret:
You can’t perform that action at this time.
0 commit comments