8
deploy/helm/files/dockerauth.json
Normal file
8
deploy/helm/files/dockerauth.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"auths": {
|
||||
{{ .Values.image.pullSecret.registry | quote}}: {
|
||||
"username": {{.Values.image.pullSecret.username | quote }},
|
||||
"password": {{.Values.image.pullSecret.password | quote }}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user