mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/*] Fix values.yaml for internal automations (#6072)
* [bitnami/*] Fix automations for readmenator * Bump chart versions * Fix storage class
This commit is contained in:
committed by
GitHub
parent
b3749e6b10
commit
d5eddf8dab
@@ -5,12 +5,15 @@
|
||||
## @section Global parameters
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
##
|
||||
# global:
|
||||
# imageRegistry: myRegistryName
|
||||
# imagePullSecrets:
|
||||
# - myRegistryKeySecretName
|
||||
# storageClass: myStorageClass
|
||||
global:
|
||||
imageRegistry:
|
||||
imagePullSecrets: []
|
||||
## E.g.
|
||||
## imagePullSecrets:
|
||||
## - myRegistryKeySecretName
|
||||
storageClass:
|
||||
|
||||
## Override Kubernetes version
|
||||
## @param kubeVersion Override Kubernetes version
|
||||
|
||||
Reference in New Issue
Block a user