Added gitlab-ci.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-07 11:25:40 +04:00
parent 1a506035ea
commit d9e945ee92
22 changed files with 582 additions and 49 deletions

View File

@ -0,0 +1,9 @@
{{- if .Values.image.pullSecret }}
apiVersion: v1
kind: Secret
metadata:
name: {{ .Values.image.pullSecret.secretName }}
data:
.dockerconfigjson: {{tpl (.Files.Get "files/dockerauth.json") . | b64enc | quote}}
type: kubernetes.io/dockerconfigjson
{{- end }}