Skip to content

Commit

Permalink
fix: repository -> image for ingress nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Dec 3, 2024
1 parent 27d4342 commit 14eab19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/application-nginx-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
controller:
image:
registry: {{ .Values.app_ingress_nginx.controller.image.registry }}
image: {{ .Values.app_ingress_nginx.controller.image.image }}
image: {{ .Values.app_ingress_nginx.controller.image.repository }}
tag: {{ .Values.app_ingress_nginx.controller.image.tag }}
admissionWebhooks:
enabled: false
Expand Down

0 comments on commit 14eab19

Please sign in to comment.