Skip to content
Snippets Groups Projects
Commit 2e76631c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Fix typo in variable name

parent 4423ad2b
No related branches found
No related tags found
No related merge requests found
Pipeline #106672 failed
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0 version: 0.4.1
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
......
...@@ -29,7 +29,7 @@ spec: ...@@ -29,7 +29,7 @@ spec:
containers: containers:
- name: rshiny-pod - name: rshiny-pod
image: {{ .Values.imageFullNameAndTag }} image: {{ .Values.imageFullNameAndTag }}
{{- if .Values.shiny.enforceCommand }} {{- if .Values.shinyServer.enforceCommand }}
command: ["shiny-server"] command: ["shiny-server"]
{{- end }} {{- end }}
securityContext: securityContext:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment