Skip to content

Commit

Permalink
keep pvc for apache-nas
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 16, 2023
1 parent 7196b25 commit 1506f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apache-nas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: apache-nas
description: A Helm chart for deploying a Apache-httpd server
type: application
version: 0.1.0
version: 0.2.0
appVersion: "1.16.0"
1 change: 1 addition & 0 deletions apache-nas/templates/apache-nas-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ .Values.nas.volume.pvc_name }}
labels:
app.camptocamp.com/name: apache-nas
helm.sh/resource-policy: "keep"
spec:
accessModes:
- ReadWriteOnce
Expand Down

0 comments on commit 1506f15

Please sign in to comment.