Skip to content

Commit

Permalink
fix: nginx parameters in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala committed Dec 3, 2024
1 parent 5ab090d commit 9fc8f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/application-nginx-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ spec:
values: |-
controller:
image:
registry: {{ .Values.app_ingress_nginx.controller.image.registry }}
image: {{ .Values.app_ingress_nginx.controller.image.repository }}
tag: {{ .Values.app_ingress_nginx.controller.image.tag }}
registry: {{ .Values.container_images.app_ingress_nginx.controller.image.registry }}
image: {{ .Values.container_images.app_ingress_nginx.controller.image.repository }}
tag: {{ .Values.container_images.app_ingress_nginx.controller.image.tag }}
admissionWebhooks:
enabled: false
replicaCount: {{ .Values.nginx.controller_replica_count }}
Expand Down

0 comments on commit 9fc8f1d

Please sign in to comment.