Skip to content

Commit cbe2019

Browse files
add common labels
1 parent 3f725c8 commit cbe2019

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

infra/restic-postgres/restic-postgres-backup-cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
metadata:
1313
labels:
1414
app: "restic"
15+
app.kubernetes.io/name: restic
1516
restic/name: "unknown"
1617
restic/type: "postgres"
1718
restic/operation: "backup"

infra/restic-postgres/restic-postgres-prune-cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ spec:
1212
metadata:
1313
labels:
1414
app: "restic"
15+
app.kubernetes.io/name: restic
1516
restic/name: "unknown"
1617
restic/type: "postgres"
1718
restic/operation: "prune"

infra/restic-postgres/restic-postgres-restore-cronjob.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
metadata:
1414
labels:
1515
app: "restic"
16+
app.kubernetes.io/name: restic
1617
restic/name: "unknown"
1718
restic/type: "postgres"
1819
restic/operation: "restore"

0 commit comments

Comments
 (0)