Move type into ESO block
This commit is contained in:
parent
219d2e97b1
commit
5b346029c6
1 changed files with 1 additions and 1 deletions
|
|
@ -14,10 +14,10 @@ spec:
|
|||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: forgejo-registry
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
template:
|
||||
engineVersion: v2
|
||||
mergePolicy: Replace
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
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