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