Skip to content

Commit c9fba37

Browse files
chore: Apply patches for Openshift env to init-seaweedfs job (#12384)
Signed-off-by: VaniHaripriya <[email protected]>
1 parent d25f7bc commit c9fba37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

manifests/kustomize/env/openshift/base/kustomization.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ patches:
109109
kind: Deployment
110110
name: mysql
111111
version: v1
112+
- path: patches/remove-sc.json
113+
target:
114+
group: batch
115+
kind: Job
116+
name: init-seaweedfs
117+
version: v1
112118
- path: patches/remove-sc-pod.json
113119
target:
114120
group: apps
@@ -127,3 +133,9 @@ patches:
127133
kind: Deployment
128134
name: seaweedfs
129135
version: v1
136+
- path: patches/remove-sc-pod.json
137+
target:
138+
group: batch
139+
kind: Job
140+
name: init-seaweedfs
141+
version: v1

0 commit comments

Comments
 (0)