fix(docker-registry): configMapGenerator reference isn't being updated

This commit is contained in:
David Landry 2024-10-16 15:34:06 -04:00
parent 8d9cfb8292
commit d4b3520674

View file

@ -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