fix(docker-registry): configMapGenerator reference isn't being updated
This commit is contained in:
parent
624bbf54c6
commit
2d33f4b575
4 changed files with 10 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ spec:
|
|||
name: docker-registry-secret
|
||||
key: proxyPassword
|
||||
volumeMounts:
|
||||
- name: "docker-registry-config"
|
||||
- name: config
|
||||
mountPath: "/etc/docker/registry"
|
||||
- name: auth
|
||||
mountPath: /auth
|
||||
|
|
@ -71,7 +71,7 @@ spec:
|
|||
mountPath: /var/lib/registry/
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
- name: docker-registry-config
|
||||
- name: config
|
||||
configMap:
|
||||
name: docker-registry-config
|
||||
- name: auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue