Skip to content

Commit 18d5131

Browse files
authored
K8SPS-340: fix gr-security-context test (#699)
https://perconadev.atlassian.net/browse/K8SPS-340
1 parent 0ce134c commit 18d5131

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

e2e-tests/tests/gr-security-context/04-assert.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ spec:
3333
containers:
3434
- command:
3535
- /opt/percona/run-backup.sh
36-
image: perconalab/percona-server-mysql-operator:main-backup
3736
imagePullPolicy: Always
3837
name: xtrabackup
3938
resources: {}

e2e-tests/tests/gr-security-context/07-assert.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ timeout: 500
55
apiVersion: batch/v1
66
kind: Job
77
metadata:
8-
annotations:
9-
batch.kubernetes.io/job-tracking: ""
108
generation: 1
119
labels:
1210
app.kubernetes.io/component: xtrabackup
@@ -26,7 +24,6 @@ spec:
2624
containers:
2725
- command:
2826
- /opt/percona/run-restore.sh
29-
image: perconalab/percona-server-mysql-operator:main-backup
3027
imagePullPolicy: Always
3128
name: xtrabackup
3229
resources: {}

0 commit comments

Comments
 (0)