From 62b19b48dfedb710fe40b2eb208803e202ce6392 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 22 Feb 2021 01:37:41 +0100 Subject: [PATCH] Fix HelmChart Deployment --- charts/policy-reporter/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/policy-reporter/templates/deployment.yaml b/charts/policy-reporter/templates/deployment.yaml index d2f655a4..408c0462 100644 --- a/charts/policy-reporter/templates/deployment.yaml +++ b/charts/policy-reporter/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: volumeMounts: - name: config-volume mountPath: /app/config.yaml - subPath: config.yaml´ + subPath: config.yaml volumes: - name: config-volume configMap: