From 04934aaec29a3a92a6d3c44e2b300b9c8ecfe149 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:56:00 +0100 Subject: [PATCH] trim htpasswd auth --- hosting/k8s/helm/templates/secrets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/k8s/helm/templates/secrets.yaml b/hosting/k8s/helm/templates/secrets.yaml index ea3e2c528..e93702cf9 100644 --- a/hosting/k8s/helm/templates/secrets.yaml +++ b/hosting/k8s/helm/templates/secrets.yaml @@ -24,7 +24,7 @@ metadata: {{- include "trigger-v4.labels" . | nindent 4 }} type: Opaque data: - htpasswd: {{ htpasswd .Values.registry.auth.username .Values.registry.auth.password | b64enc | quote }} + htpasswd: {{ htpasswd .Values.registry.auth.username .Values.registry.auth.password | trim | b64enc | quote }} --- apiVersion: v1 kind: Secret