Skip to content

Commit 1792902

Browse files
Simon Emmsroboquat
authored andcommitted
[kots]: correctly escape params in installation configmap
1 parent 67ce7d0 commit 1792902

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

install/kots/manifests/gitpod-installation.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ metadata:
1010
app: gitpod
1111
component: gitpod-installer
1212
data:
13-
channelName: '{{repl ChannelName }}'
14-
cursor: '{{repl Cursor }}'
15-
isAirgap: '{{repl IsAirgap }}'
16-
releaseNotes: '{{repl ReleaseNotes }}'
17-
sequence: '{{repl Sequence }}'
18-
version: '{{repl VersionLabel }}'
13+
channelName: repl{{ ChannelName | quote }}
14+
cursor: repl{{ Cursor | quote }}
15+
isAirgap: repl{{ IsAirgap | quote }}
16+
releaseNotes: repl{{ ReleaseNotes | quote }}
17+
sequence: repl{{ Sequence | quote }}
18+
version: repl{{ VersionLabel | quote }}

0 commit comments

Comments
 (0)