Fixed secret name

This commit is contained in:
Jonathan Ervine 2020-07-31 10:00:28 +08:00
parent e0e4b24258
commit 2719899060
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.3
version: 0.1.4
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

View File

@ -94,7 +94,7 @@ spec:
- name: nginx-conf
secret:
defaultMode: 420
secretName: nginx.conf
secretName: nginx-conf
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}