We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591108d commit 04934aaCopy full SHA for 04934aa
hosting/k8s/helm/templates/secrets.yaml
@@ -24,7 +24,7 @@ metadata:
24
{{- include "trigger-v4.labels" . | nindent 4 }}
25
type: Opaque
26
data:
27
- 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 }}
28
---
29
apiVersion: v1
30
kind: Secret
0 commit comments