[bitnami/node] Add global imagePullSecrets to overwrite any other existing one

This commit is contained in:
Carlos Rodriguez Hernandez
2019-03-11 12:38:20 +00:00
parent f58ea6fcc3
commit d9e065bd8d
5 changed files with 46 additions and 11 deletions

View File

@@ -1,8 +1,11 @@
## Global Docker image registry
## Please, note that this will override the image registry for all the images, including dependencies, configured to use the global value
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
## Current available global Docker image parameters: imageRegistry and imagepullSecrets
##
# global:
# imageRegistry:
# imageRegistry: myRegistryName
# imagePullSecrets:
# - myRegistryKeySecretName
## Bitnami node image version
## ref: https://hub.docker.com/r/bitnami/node/tags/
@@ -21,7 +24,7 @@ image:
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistrKeySecretName
# - myRegistryKeySecretName
## Bitnami git image version
## ref: https://hub.docker.com/r/bitnami/git/tags/