Skip to content

Commit

Permalink
K8SPSMDB-1224 Fix Openshift Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jvpasinatto committed Jan 20, 2025
1 parent ab7ac10 commit 851bd26
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ spec:
- mountPath: /opt/percona
name: bin
restartPolicy: Always
runtimeClassName: container-rc
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ spec:
- mountPath: /opt/percona
name: bin
restartPolicy: Always
runtimeClassName: container-rc
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ spec:
- mountPath: /opt/percona
name: bin
restartPolicy: Always
runtimeClassName: container-rc
schedulerName: default-scheduler
securityContext: {}
serviceAccount: default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations: {}
generation: 5
generation: 3
labels:
app.kubernetes.io/component: cfg
app.kubernetes.io/instance: some-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations: {}
generation: 7
generation: 5
labels:
app.kubernetes.io/component: cfg
app.kubernetes.io/instance: some-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations: {}
generation: 5
generation: 3
labels:
app.kubernetes.io/component: mongod
app.kubernetes.io/instance: some-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
annotations: {}
generation: 7
generation: 5
labels:
app.kubernetes.io/component: mongod
app.kubernetes.io/instance: some-name
Expand Down

0 comments on commit 851bd26

Please sign in to comment.