Skip to content

Commit

Permalink
fix(helm-chart): adjust to entrypoint within dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Heinecke <[email protected]>
  • Loading branch information
pudovd authored and fheinecke committed Jul 24, 2024
1 parent 503afcf commit 111e24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/chart/event-handler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command:
- /usr/local/bin/teleport-event-handler
- /usr/local/bin/teleport-plugin
- start
- "--config"
- "/etc/teleport-event-handler.toml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ should match the snapshot:
spec:
containers:
- command:
- /usr/local/bin/teleport-event-handler
- /usr/local/bin/teleport-plugin
- start
- --config
- /etc/teleport-event-handler.toml
Expand Down Expand Up @@ -73,7 +73,7 @@ should mount tls.existingCASecretName and set environment when set in values:
1: |
containers:
- command:
- /usr/local/bin/teleport-event-handler
- /usr/local/bin/teleport-plugin
- start
- --config
- /etc/teleport-event-handler.toml
Expand Down

0 comments on commit 111e24e

Please sign in to comment.