We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbbd97 commit d582482Copy full SHA for d582482
helm/chatgpt-mattermost-bot/templates/chatbot-secret.yaml
@@ -2,6 +2,9 @@ apiVersion: v1
2
kind: Secret
3
metadata:
4
name: {{ include "chatgpt-mattermost-bot.fullname" . }}-secret
5
+ labels:
6
+ app: chatgpt-mattermost-bot
7
+ {{- include "chatgpt-mattermost-bot.labels" . | nindent 4 }}
8
data:
9
MATTERMOST_TOKEN: {{ .Values.chatbot.mattermostToken | b64enc }}
10
OPENAI_API_KEY: {{ .Values.chatbot.openaiApiKey | b64enc }}
0 commit comments