Skip to content

Commit 403f72a

Browse files
authored
chore: Apply patches for Openshift env to seaweedfs deployment (#12314)
Signed-off-by: Giulio Frasca <[email protected]>
1 parent d9eace8 commit 403f72a

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
@@ -61,6 +61,12 @@ patches:
6161
kind: Deployment
6262
name: minio
6363
version: v1
64+
- path: patches/remove-sc.json
65+
target:
66+
group: apps
67+
kind: Deployment
68+
name: seaweedfs
69+
version: v1
6470
- path: patches/remove-sc.json
6571
target:
6672
group: apps
@@ -115,3 +121,9 @@ patches:
115121
kind: Deployment
116122
name: minio
117123
version: v1
124+
- path: patches/remove-sc-pod.json
125+
target:
126+
group: apps
127+
kind: Deployment
128+
name: seaweedfs
129+
version: v1

0 commit comments

Comments
 (0)