Skip to content

Commit

Permalink
fix wrong volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntax3rror404 committed Jan 11, 2024
1 parent 349df52 commit 77d53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- name: nginx-config-volume
mountPath: /etc/nginx/nginx.conf
subPath: nginx.conf
- name: nginx-vhostconfig-volume
- name: nginx-vhostconfigs-volume
mountPath: /etc/nginx/conf.d
{{- if .Values.configMap.enabled }}
- name: config-volume
Expand Down

0 comments on commit 77d53e7

Please sign in to comment.