Skip to content

[kots]: allow for backup of resources in KOTS #11971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions install/kots/manifests/gitpod-certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ spec:
labels:
app: gitpod
component: gitpod-installer
kots.io/app-slug: '{{repl LicenseFieldValue "appSlug" }}'
kots.io/backup: velero
2 changes: 1 addition & 1 deletion install/kots/manifests/gitpod-installation-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: installation-status
# This will normally be the release tag
image: "eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15"
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.33"
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion install/kots/manifests/gitpod-installer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- name: installer
# This will normally be the release tag
image: "eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15"
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.33"
volumeMounts:
- mountPath: /config-patch
name: config-patch
Expand Down
8 changes: 8 additions & 0 deletions install/kots/manifests/kots-backup.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.

apiVersion: velero.io/v1
kind: Backup
metadata:
name: backup
spec: {}