fix(docker-registry): configMapGenerator reference isn't being updated
This commit is contained in:
parent
8d9cfb8292
commit
d4b3520674
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@ spec:
|
|||
name: docker-registry-secret
|
||||
key: proxyPassword
|
||||
volumeMounts:
|
||||
- name: "docker-registry-config"
|
||||
- name: config
|
||||
mountPath: "/etc/docker/registry"
|
||||
- name: auth
|
||||
mountPath: /auth
|
||||
|
|
@ -88,7 +88,7 @@ spec:
|
|||
- name: data
|
||||
mountPath: /var/lib/registry/
|
||||
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