Skip to content

Commit

Permalink
fix(tests): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 27, 2024
1 parent 5204454 commit 64ca56b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
{{- if not .Values.clientCredentialsSecret.create -}}
{{- if not .Values.clientCredentialsSecret.create }}
apiVersion: v1
kind: Secret
metadata:
Expand All @@ -15,7 +15,7 @@ data:
spotifyClientSecret: {{ "test2" | b64enc }}
{{- end }}
---
{{- if .Values.proxyAPIKeySecret.external -}}
{{- if .Values.proxyAPIKeySecret.external }}
apiVersion: v1
kind: Secret
metadata:
Expand Down

0 comments on commit 64ca56b

Please sign in to comment.