Skip to content

Commit

Permalink
Add Slackbot Ids
Browse files Browse the repository at this point in the history
  • Loading branch information
darpan92 authored Jan 2, 2024
1 parent 772e64b commit 6d335f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/ai-cloud-guard/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ data:
domain: {{ .Values.aicloudguard.domain }}
webhook:
host: {{ .Values.aicloudguard.webhook.host }}
port: {{ .Values.aicloudguard.webhook.port}}
port: {{ .Values.aicloudguard.webhook.port }}
slackbotids: {{ .Values.aicloudguard.slackbotids }}
awx:
host: {{ .Values.aicloudguard.awx.host }}
token: {{ .Values.aicloudguard.awx.token }}
Expand Down

0 comments on commit 6d335f2

Please sign in to comment.