Skip to content

Commit 068cb51

Browse files
authored
fix duplicated text in enterprise-pull-secret.yaml (#344)
1 parent a421838 commit 068cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/enterprise-pull-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- $global := default dict .Values.global -}}
22
{{- $replicated := default dict (index $global "replicated") -}}
3-
{{- if hasKey $replicated "dockerconfigjson" }}apiVersion: v1
3+
{{- if hasKey $replicated "dockerconfigjson" }}
44
apiVersion: v1
55
kind: Secret
66
metadata:

0 commit comments

Comments
 (0)