Skip to content

Commit

Permalink
add more comment on usage of helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 8, 2024
1 parent a0f038c commit 210e9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion acceptance-tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ 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
# change it if needed
subPath: public/non-regression

volumes:
# make sure that name: is the same in podVolumeMounts
- name: "reports-output"
persistentVolumeClaim:
claimName: apache-nas
Expand Down

0 comments on commit 210e9ae

Please sign in to comment.