Add mergePolicy to ESO template to avoid out-of-sync warning
This commit is contained in:
parent
8d0692385d
commit
bf627da8c2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ spec:
|
|||
type: kubernetes.io/dockerconfigjson
|
||||
template:
|
||||
engineVersion: v2
|
||||
mergePolicy: Replace
|
||||
data:
|
||||
# When forking: update host/user to match your registry
|
||||
.dockerconfigjson: '{"auths":{"{{ $host }}":{"username":"{{ $user }}","password":"{{ "{{" }} .registry_token {{ "}}" }}","auth":"{{ "{{" }} printf "{{ $user }}:%s" .registry_token | b64enc {{ "}}" }}"}}}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue