1# Default values for localpv.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6 # Used as default image registry, values supplied by localpv.image.registry
7 # and helperPod.image.registry override this value.
8 imageRegistry: "docker.io"
10 # rbac.create: `true` if rbac resources should be created
12 # rbac.pspEnabled: `true` if PodSecurityPolicy resources should be created
14earlyEvictionTolerations:
16 key: node.kubernetes.io/unreachable
20 key: node.kubernetes.io/not-ready
24 name: localpv-provisioner
27 registry: chainreg.biz
28 repository: chainguard-private/dynamic-localpv-provisioner
29 tag: latest@sha256:f5c528822f69202ae066fb8f96e48d5b3eb6167ed2010872aac767375adc11e1
30 pullPolicy: IfNotPresent
33 # If set to false, containers created by the localpv provisioner will run without extra privileges.
37 ## Labels to be added to localpv provisioner deployment pods
39 name: openebs-localpv-provisioner
41 initialDelaySeconds: 30
44 enableLeaderElection: true
45 basePath: "/var/openebs/local"
47 # We usually recommend not to specify default resources and to leave this as a conscious
48 # choice for the user. This also increases chances charts run on environments with little
49 # resources, such as Minikube. If you do want to specify resources, uncomment the following
50 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
61 ## Sets priorityClassName in pod
64# - name: img-pull-secret
71 # Specifies whether a service account should be created
73 # Annotations to add to the service account
75 # The name of the service account to use.
76 # If not set and create is true, a name is generated using the fullname template
79 # Name of the default hostpath StorageClass
80 name: openebs-hostpath
81 # If true, enables creation of the openebs-hostpath StorageClass
83 # Available reclaim policies: Delete/Retain, defaults: Delete.
85 # If true, sets the openebs-hostpath StorageClass as the default StorageClass
87 # Path on the host where local volumes of this storage class are mounted under.
88 # NOTE: If not specified, this defaults to the value of localpv.basePath.
90 # Custom node affinity label(s) for example "openebs.io/node-affinity-value"
91 # that will be used instead of hostnames
92 # This helps in cases where the hostname changes when the node is removed and
93 # added back with the disks still intact.
96 # - "openebs.io/node-affinity-key-1"
97 # - "openebs.io/node-affinity-key-2"
98 nodeAffinityLabels: []
99 # Prerequisite: XFS Quota requires an XFS filesystem mounted with
100 # the 'pquota' or 'prjquota' mount option.
102 # If true, enables XFS project quota
104 # Detailed configuration options for XFS project quota.
105 # If XFS Quota is enabled with the default values, the usage limit
106 # is set at the storage capacity specified in the PVC.
109 # Prerequisite: EXT4 Quota requires an EXT4 filesystem mounted with
110 # the 'prjquota' mount option.
112 # If true, enables XFS project quota
114 # Detailed configuration options for EXT4 project quota.
115 # If EXT4 Quota is enabled with the default values, the usage limit
116 # is set at the storage capacity specified in the PVC.
121 registry: chainreg.biz
122 repository: chainguard-private/bash
123 pullPolicy: IfNotPresent
124 # Overrides the image tag whose default is the chart appVersion.
125 tag: latest@sha256:eb35c426c84cde2e7e921a7cdccc56a773909debc350a8201bfd8f5868abd78a
127# Additional labels to add to all chart resources
130 openebs.io/logging: "true"
133 # Specify in hours the duration after which a ping event needs to be sent.