Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnc2 committed May 2, 2024
1 parent dfbe47c commit 15976a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ $fullName}}-basic-auth
name: {{ $fullName}}-basic-auth
type: kubernetes.io/basic-auth
data:
username: {{ .Values.registry.username | default "YWRtaW4K" | b64enc }}
Expand Down

0 comments on commit 15976a3

Please sign in to comment.