Skip to content

Commit

Permalink
Try add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sggerard committed Nov 6, 2024
1 parent 787997c commit c410f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/app/templates/cms/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- name: LOG_LEVEL
value: info
- name: HOSTNAME
value: {{ include "cms.fullname" . }}.{{ .Values.global.domain }}
value: '{{ include "cms.fullname" . }}.{{ .Values.global.domain }}'
ports:
- name: http
containerPort: {{ .Values.cms.service.targetPort }}
Expand Down

0 comments on commit c410f69

Please sign in to comment.