Skip to content

Commit 04934aa

Browse files
committed
trim htpasswd auth
1 parent 591108d commit 04934aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosting/k8s/helm/templates/secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
{{- include "trigger-v4.labels" . | nindent 4 }}
2525
type: Opaque
2626
data:
27-
htpasswd: {{ htpasswd .Values.registry.auth.username .Values.registry.auth.password | b64enc | quote }}
27+
htpasswd: {{ htpasswd .Values.registry.auth.username .Values.registry.auth.password | trim | b64enc | quote }}
2828
---
2929
apiVersion: v1
3030
kind: Secret

0 commit comments

Comments
 (0)