Change node

This commit is contained in:
tompizmor
2019-07-22 13:50:34 +02:00
parent bc553cab99
commit a41cf3956a
5 changed files with 123 additions and 49 deletions

View File

@@ -34,6 +34,24 @@ image:
##
# fullnameOverride:
## Init containers parameters:
## volumePermissions: Change the owner and group of the persistent volume mountpoint to runAsUser:fsGroup values from the securityContext section.
##
volumePermissions:
enabled: false
image:
registry: docker.io
repository: bitnami/minideb
tag: latest
pullPolicy: Always
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistryKeySecretName
resources: {}
## Bitnami git image version
## ref: https://hub.docker.com/r/bitnami/git/tags/
##