Added storage provisioner

This commit is contained in:
Morten Olsen
2025-08-11 10:52:39 +02:00
parent aa6d14738a
commit 47cf43b44e
6 changed files with 116 additions and 5 deletions

View File

@@ -9,8 +9,11 @@ image:
tag: main
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
nameOverride: ''
fullnameOverride: ''
storage:
path: /data/volumes
serviceAccount:
# Specifies whether a service account should be created
@@ -19,7 +22,7 @@ serviceAccount:
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
name: ''
podAnnotations: {}
@@ -50,4 +53,4 @@ nodeSelector: {}
tolerations: []
affinity: {}
affinity: {}