removing all secrets

This commit is contained in:
amir.bialek@develeap.com 2024-07-18 02:42:16 +03:00
parent cfdf5c7d55
commit 9220b44a8d
2 changed files with 5 additions and 5 deletions

View File

@ -150,7 +150,7 @@ Create secret to access docker registry
Create readiness probe auth token
*/}}
{{- define "readinessProbeAuth" }}
{{- printf "%s:%s" .Values.clearml.readinessprobeKey .Values.clearml.readinessprobeSecret | b64enc }}
{{- printf "%s:%s" (default (randAlpha 20 | upper) .Values.clearml.readinessprobeKey) (default (randAlpha 20 | upper) .Values.clearml.readinessprobeSecret) | b64enc }}
{{- end }}
{{/*

View File

@ -26,10 +26,6 @@ clearml:
cookieDomain: ""
# -- Company name
defaultCompany: "d1bd92a3b039400cbafc60a7a5b1e52b"
# -- Readiness probe basic auth key
readinessprobeKey: GK4PRTVT3706T25K6BA1
# -- Readiness probe basic auth secret
readinessprobeSecret: ymLh1ok5k5xNUQfS944Xdx9xjf0wueokqKM2dMZfHuH9ayItG2
# -- Override the API Urls displayed when showing an example of the SDK's clearml.conf configuration
clientConfigurationApiUrl: ""
# -- Override the Files Urls displayed when showing an example of the SDK's clearml.conf configuration
@ -50,6 +46,10 @@ clearml:
# testUserKey: "ENP39EQM4SLACGD5FXB7"
# -- Test File Server basic auth secret
# testUserSecret: "lPcm0imbcBZ8mwgO7tpadutiS3gnJD05x9j7afwXPS35IKbpiQ"
# -- Readiness probe basic auth key
# readinessprobeKey: GK4PRTVT3706T25K6BA1
# -- Readiness probe basic auth secret
# readinessprobeSecret: ymLh1ok5k5xNUQfS944Xdx9xjf0wueokqKM2dMZfHuH9ayItG2
# -- Pass Clearml secrets using an existing secret
# must contain the keys: apiserver_key, apiserver_secret, secure_auth_token_secret, test_user_key, test_user_secret