From 2e76631ccf569700abebfd0f26e343209a4d8969 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Wed, 5 Jul 2023 16:53:02 +0200
Subject: [PATCH] Fix typo in variable name

---
 rshiny/Chart.yaml                | 2 +-
 rshiny/templates/deployment.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rshiny/Chart.yaml b/rshiny/Chart.yaml
index 2a2d1d2..aec402a 100644
--- a/rshiny/Chart.yaml
+++ b/rshiny/Chart.yaml
@@ -15,7 +15,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.
 # 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
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/rshiny/templates/deployment.yaml b/rshiny/templates/deployment.yaml
index 3f14f69..41551c6 100644
--- a/rshiny/templates/deployment.yaml
+++ b/rshiny/templates/deployment.yaml
@@ -29,7 +29,7 @@ spec:
       containers:
         - name: rshiny-pod
           image: {{ .Values.imageFullNameAndTag }}
-          {{- if .Values.shiny.enforceCommand }}
+          {{- if .Values.shinyServer.enforceCommand }}
           command: ["shiny-server"]
           {{- end }}
           securityContext:
-- 
GitLab