Skip to content

Commit

Permalink
added new arg in webhook deployment
Browse files Browse the repository at this point in the history
Signed-off-by: sohan <[email protected]>
  • Loading branch information
shn27 committed Jul 17, 2024
1 parent 79bd12c commit 3bd9c6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/inbox-agent/templates/webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ spec:
args:
- webhook
- --webhook-name={{ include "inbox-agent.fullname" . }}
{{- if .Values.inboxServer.jmapEndpoint }}
- --jmapEndpoint={{ .Values.inboxServer.jmapEndpoint }}
{{- end }}
{{- if .Values.inboxServer.webadminEndpoint }}
- --webadminEndpoint={{ .Values.inboxServer.webadminEndpoint }}
{{- end }}
env:
- name: POD_NAME
valueFrom:
Expand Down

0 comments on commit 3bd9c6c

Please sign in to comment.