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: ...@@ -11,7 +11,7 @@ spec:
annotations: null annotations: null
from: from:
kind: DockerImage kind: DockerImage
name: '"{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"' name: '{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}'
importPolicy: importPolicy:
scheduled: true scheduled: true
referencePolicy: referencePolicy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment