We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ce7d0 commit 1792902Copy full SHA for 1792902
install/kots/manifests/gitpod-installation.yaml
@@ -10,9 +10,9 @@ metadata:
10
app: gitpod
11
component: gitpod-installer
12
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 }}'
+ channelName: repl{{ ChannelName | quote }}
+ cursor: repl{{ Cursor | quote }}
+ isAirgap: repl{{ IsAirgap | quote }}
+ releaseNotes: repl{{ ReleaseNotes | quote }}
+ sequence: repl{{ Sequence | quote }}
+ version: repl{{ VersionLabel | quote }}
0 commit comments