From 0416493f4965ebc4227e679accb69551b3d8ec3b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 15 Dec 2025 13:00:51 -0300 Subject: [PATCH] zot: fix htpasswd volume to avoid type conflict --- services/zot/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/zot/deployment.yaml b/services/zot/deployment.yaml index ef6ade9..14dc724 100644 --- a/services/zot/deployment.yaml +++ b/services/zot/deployment.yaml @@ -45,7 +45,7 @@ spec: mountPath: /etc/zot/config.json subPath: config.json readOnly: true - - name: htpasswd + - name: htpasswd-merged mountPath: /etc/zot/htpasswd subPath: htpasswd - name: zot-data @@ -85,7 +85,7 @@ spec: - name: htpasswd-source mountPath: /src readOnly: true - - name: htpasswd + - name: htpasswd-merged mountPath: /merged volumes: - name: cfg @@ -95,7 +95,7 @@ spec: secret: secretName: zot-htpasswd optional: true - - name: htpasswd + - name: htpasswd-merged emptyDir: {} - name: zot-data persistentVolumeClaim: