From b8d6fe0c054e383975c541e8927cd2e171d7ba66 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 30 Jan 2023 00:27:21 +0200 Subject: [PATCH] move out of the way --- library/common/1.0.0/values.yaml | 49 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index e31f95ab02..eb563aba5d 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -291,30 +291,6 @@ volumeClaimTemplates: subPath: "" mountPropagation: "" -# -- Image Pull Secrets -imagePullSecrets: - # -- Image Pull Secret name - image-secret-name: - # -- Enables the Image Pull Secret - enabled: false - # -- Labels - labels: {} - # -- Annotations - annotations: {} - # -- Image Pull Secret Data - data: - # -- Registry - registry: "" - # -- Username - username: "" - # -- Password - password: "asfd" - # -- Email - email: "" - # TODO: Add support for targetSelector - # targetSelector: all - targetSelector: - - pod-name # -- SCALE GPU scaleGPU: @@ -548,6 +524,31 @@ controllers: # TODO: portal: {} +# # -- Image Pull Secrets +# imagePullSecrets: +# # -- Image Pull Secret name +# image-secret-name: +# # -- Enables the Image Pull Secret +# enabled: false +# # -- Labels +# labels: {} +# # -- Annotations +# annotations: {} +# # -- Image Pull Secret Data +# data: +# # -- Registry +# registry: "" +# # -- Username +# username: "" +# # -- Password +# password: "" +# # -- Email +# email: "" +# # TODO: Add support for targetSelector +# # targetSelector: all +# targetSelector: +# - pod-name + # -- ConfigMaps (docs/configmaps.md) configmaps: {} # # -- ConfigMap name