From 210e9aea39253ecb8458408ce8c759f3d339df9c Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:26:10 +0100 Subject: [PATCH] add more comment on usage of helm chart --- acceptance-tests/Chart.yaml | 2 +- acceptance-tests/values.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/acceptance-tests/Chart.yaml b/acceptance-tests/Chart.yaml index ba6efd3..5392e10 100644 --- a/acceptance-tests/Chart.yaml +++ b/acceptance-tests/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.3.0 +version: 0.4.0 # 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/acceptance-tests/values.yaml b/acceptance-tests/values.yaml index 0d3e15a..d266039 100644 --- a/acceptance-tests/values.yaml +++ b/acceptance-tests/values.yaml @@ -2,7 +2,7 @@ nameOverride: "" fullnameOverride: "" podVolumeMounts: - volumeMounts: + # make sure that name: is the same in volumes - name: reports-output mountPath: /output # the application will work in the folder /output/public/non-regression @@ -10,6 +10,7 @@ podVolumeMounts: subPath: public/non-regression volumes: + # make sure that name: is the same in podVolumeMounts - name: "reports-output" persistentVolumeClaim: claimName: apache-nas