File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 30
30
containers :
31
31
- name : installation-status
32
32
# This will normally be the release tag
33
- image : " eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15 "
33
+ image : " eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.16 "
34
34
command :
35
35
- /bin/sh
36
36
- -c
Original file line number Diff line number Diff line change 28
28
containers :
29
29
- name : installer
30
30
# This will normally be the release tag
31
- image : " eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15 "
31
+ image : " eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.16 "
32
32
volumeMounts :
33
33
- mountPath : /config-patch
34
34
name : config-patch
@@ -301,9 +301,6 @@ spec:
301
301
echo "Gitpod: ${CONFIG_PATCH_FILE}=${config_patch}"
302
302
yq eval-all --inplace 'select(fileIndex == 0) * select(fileIndex == 1)' "${CONFIG_FILE}" /tmp/patch.yaml
303
303
304
- echo "Gitpod: Escape all keys - this avoids any collisions in the customizations/patch"
305
- yq e -i '.' -o json -I 0 "${CONFIG_FILE}"
306
-
307
304
echo "Gitpod: Generate the Kubernetes objects"
308
305
config=$(cat "${CONFIG_FILE}")
309
306
echo "Gitpod: ${CONFIG_FILE}=${config}"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
+ # Licensed under the MIT License. See License-MIT.txt in the project root for license information.
3
+
4
+ apiVersion : velero.io/v1
5
+ kind : Backup
6
+ metadata :
7
+ name : backup
8
+ spec : {}
You can’t perform that action at this time.
0 commit comments