aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/values.yaml
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-03-25 09:54:20 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-25 09:54:20 +0000
commit3e345368d827d7694a63a77564d5a2bdca9cd3f6 (patch)
tree00410a3d1c11dc5df87624cfb6415851f01c1735 /kubernetes/onap/values.yaml
parent148634b5a6d0d0a8abaee04f416dbae6d6814e38 (diff)
parentbd0d31acc349a67c01de0595d152b8448b5311d1 (diff)
Merge "[COMMON] Make imagePullSecrets configurable"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-xkubernetes/onap/values.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 7f558374ae..a4bf64b653 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -58,6 +58,20 @@ global:
# user: myuser
# password: mypassord
+ # Default definition of the secret containing the docker image repository
+ # credentials. In the default ONAP deployment the secret is created by the
+ # repository-wrapper component, which uses the secrets defined above.
+ # If this is not wanted or other secrets are created, alternative secret
+ # names can be used
+ # Overrides for specific images can be done, if the "image" entry is used as
+ # a map and the "pullSecrets" is used, e.g.
+ # image:
+ # ...
+ # pullSecrets:
+ # - myRegistryKeySecretName
+ #
+ imagePullSecrets:
+ - '{{ include "common.namespace" . }}-docker-registry-key'
# common global images
# Busybox for simple shell manipulation