Skip to content

Commit e3eac2c

Browse files
authored
docs: Added existingSecret comment in Sentry values.yaml (#1693)
1 parent e70d1ef commit e3eac2c

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

charts/sentry/values.yaml

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,30 +1889,37 @@ google: {}
18891889
# google:
18901890
# clientId: ""
18911891
# clientSecret: ""
1892-
# existingSecret: ""
1893-
# existingSecretClientIdKey: "" # by default "client-id"
1894-
# existingSecretClientSecretKey: "" # by default "client-secret"
1892+
# existingSecret: "xxxxx"
1893+
# existingSecretClientIdKey: "" # by default "client-id"
1894+
# existingSecretClientSecretKey: "" # by default "client-secret"
18951895

18961896
slack: {}
18971897
# slack:
1898-
# clientId:
1899-
# clientSecret:
1900-
# signingSecret:
1901-
# existingSecret:
1898+
# clientId: ""
1899+
# clientSecret: ""
1900+
# signingSecret: ""
1901+
# existingSecret: "xxxxx"
1902+
# existingSecretClientId: "" # by default "client-id"
1903+
# existingSecretClientSecret: "" # by default "client-secret"
1904+
# existingSecretSigningSecret: "" # by default "signing-secret"
19021905
# Reference -> https://develop.sentry.dev/integrations/slack/
19031906

19041907
discord: {}
19051908
# discord:
1906-
# applicationId:
1907-
# publicKey:
1908-
# clientSecret:
1909-
# botToken:
1910-
# existingSecret:
1909+
# applicationId: ""
1910+
# publicKey: ""
1911+
# clientSecret: ""
1912+
# botToken: ""
1913+
# existingSecret: "xxxxx"
1914+
# existingSecretApplicationId: "" # by default "application-id"
1915+
# existingSecretPublicKey: "" # by default "public-key"
1916+
# existingSecretClientSecret: "" # by default "client-secret"
1917+
# existingSecretBotToken: "" # by default "bot-token"
19111918
# Reference -> https://develop.sentry.dev/integrations/discord/
19121919

19131920
openai: {}
19141921
# existingSecret: "xxxxx"
1915-
# existingSecretKey: "" # by default "api-token"
1922+
# existingSecretKey: "" # by default "api-token"
19161923

19171924
nginx:
19181925
enabled: true # true, if Safari compatibility is needed

0 commit comments

Comments
 (0)