Skip to content
Snippets Groups Projects
Verified Commit e4ee2171 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(shields): Fix broken double-quoting

parent 01a55607
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ spec:
annotations: null
from:
kind: DockerImage
name: '"{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"'
name: '{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
importPolicy:
scheduled: true
referencePolicy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment