trim htpasswd auth

This commit is contained in:
nicktrn
2025-06-25 14:56:00 +01:00
parent 591108d05d
commit 04934aaec2
+1 -1
View File
@@ -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