Skip to content

Commit 80d677a

Browse files
author
Simon Emms
committed
[installer]: configure kots to backup in-cluster mysql
1 parent 62f6fc6 commit 80d677a

File tree

8 files changed

+9516
-21
lines changed

8 files changed

+9516
-21
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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: v1
5+
domain: backup-labels-test.gitpod.com
6+
customization:
7+
- apiVersion: apps/v1
8+
kind: StatefulSet
9+
metadata:
10+
name: db
11+
labels:
12+
"kots.io/app-slug": "gitpod"
13+
"kots.io/backup": "velero"

0 commit comments

Comments
 (0)