Skip to content

Commit 51645e3

Browse files
+semver: patch - fix linting in libraries - client only(#20)
1 parent f90067b commit 51645e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{- define "codefresh-tunnel-client.resources" -}}
2-
{{- include "codefresh-tunnel-client.config" . }}
2+
{{ include "codefresh-tunnel-client.config" . }}
33
---
4-
{{- include "codefresh-tunnel-client.deployment" . }}
4+
{{ include "codefresh-tunnel-client.deployment" . }}
55
---
6-
{{- include "codefresh-tunnel-client.sa" . }}
6+
{{ include "codefresh-tunnel-client.sa" . }}
77
{{- end}}

codefresh-tunnel-client/templates/_libs/_sa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- define "codefresh-tunnel-client.sa" }}
2-
{{- if .Values.serviceAccount.create -}}
2+
{{- if .Values.serviceAccount.create }}
33
apiVersion: v1
44
kind: ServiceAccount
55
metadata:

0 commit comments

Comments
 (0)