Skip to content

Commit

Permalink
Typo (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike <[email protected]>
  • Loading branch information
2mf and 2mf authored May 22, 2024
1 parent e6f827b commit 45f5a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ metadata:
{{ include "version-checker.labels" . | indent 4 }}
name: {{ include "version-checker.name" . }}
{{- if .Values.image.imagePullSecret }}
imagePullSecret:
imagePullSecrets:
- name: {{ .Values.image.imagePullSecret }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ tests:
image.imagePullSecret: sekret
asserts:
- contains:
path: imagePullSecret
path: imagePullSecrets
content:
name: "sekret"

0 comments on commit 45f5a4f

Please sign in to comment.