We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25f7bc commit c9fba37Copy full SHA for c9fba37
manifests/kustomize/env/openshift/base/kustomization.yaml
@@ -109,6 +109,12 @@ patches:
109
kind: Deployment
110
name: mysql
111
version: v1
112
+ - path: patches/remove-sc.json
113
+ target:
114
+ group: batch
115
+ kind: Job
116
+ name: init-seaweedfs
117
+ version: v1
118
- path: patches/remove-sc-pod.json
119
target:
120
group: apps
@@ -127,3 +133,9 @@ patches:
127
133
128
134
name: seaweedfs
129
135
136
+ - path: patches/remove-sc-pod.json
137
138
139
140
141
0 commit comments