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
|
name: docker-registry-secret
|
||||||
key: proxyPassword
|
key: proxyPassword
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "docker-registry-config"
|
- name: config
|
||||||
mountPath: "/etc/docker/registry"
|
mountPath: "/etc/docker/registry"
|
||||||
- name: auth
|
- name: auth
|
||||||
mountPath: /auth
|
mountPath: /auth
|
||||||
|
|
@ -88,7 +88,7 @@ spec:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /var/lib/registry/
|
mountPath: /var/lib/registry/
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker-registry-config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: docker-registry-config
|
name: docker-registry-config
|
||||||
- name: auth
|
- name: auth
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue