Skip to content

Commit

Permalink
Image prefix fix (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored May 30, 2024
1 parent 415d209 commit b4816d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/odigos/templates/autoscaler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
{{ if .Values.image.prefix }}
- --image-prefix={{ .Values.image.prefix }}
{{ if .Values.imagePrefix }}
- --image-prefix={{ .Values.imagePrefix }}
{{ end }}
command:
- /app
Expand Down

0 comments on commit b4816d2

Please sign in to comment.