Skip to content

Commit

Permalink
remove spec.pod.metadata.labels from prebackuppods
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 29, 2023
1 parent 71f21f8 commit ccb67dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions legacy/helmcharts/mariadb-dbaas/templates/prebackuppod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ spec:
&& cat $dump && rm $dump"
fileExtension: .{{ include "mariadb-dbaas.fullname" . }}.sql
pod:
metadata:
labels:
prebackuppod: {{ include "mariadb-dbaas.fullname" . }}
{{- include "mariadb-dbaas.labels" . | nindent 8 }}
spec:
containers:
- args:
Expand Down
4 changes: 0 additions & 4 deletions legacy/helmcharts/mongodb-dbaas/templates/prebackuppod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ spec:
backupCommand: /bin/sh -c "mongodump --uri=mongodb://${BACKUP_DB_USER}:${BACKUP_DB_PASSWORD}@${BACKUP_DB_HOST}:${BACKUP_DB_PORT}/${BACKUP_DB_NAME}?ssl=true&sslInsecure=true&tls=true&tlsInsecure=true --archive"
fileExtension: .{{ include "mongodb-dbaas.fullname" . }}.bson
pod:
metadata:
labels:
prebackuppod: {{ include "mongodb-dbaas.fullname" . }}
{{- include "mongodb-dbaas.labels" . | nindent 8 }}
spec:
containers:
- args:
Expand Down
4 changes: 0 additions & 4 deletions legacy/helmcharts/postgres-dbaas/templates/prebackuppod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ spec:
--format=t -w"
fileExtension: .{{ include "postgres-dbaas.fullname" . }}.tar
pod:
metadata:
labels:
prebackuppod: {{ include "postgres-dbaas.fullname" . }}
{{- include "postgres-dbaas.labels" . | nindent 8 }}
spec:
containers:
- args:
Expand Down

0 comments on commit ccb67dc

Please sign in to comment.