[stage-5] improve jenkins helm chart, add scripts for jenkins pipeline

This commit is contained in:
2023-04-01 11:53:06 +07:00
parent b050b04af8
commit 6c1f175616
13 changed files with 244 additions and 43 deletions

View File

@@ -0,0 +1,6 @@
{{- define "docker_config" -}}
{{ $auth := printf "%s:%s" .Values.docker.dockerHubUser .Values.docker.dockerHubPassword }}
auths:
"https://index.docker.io/v1/":
auth: {{ $auth | b64enc }}
{{- end -}}