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,8 @@
{
"auths": {
{{ .Values.image.pullSecret.registry | quote}}: {
"username": {{.Values.image.pullSecret.username | quote }},
"password": {{.Values.image.pullSecret.password | quote }}
}
}
}