File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -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