|
1 | 1 | namespace: minio-operator
|
2 | 2 |
|
3 | 3 | resources:
|
4 |
| - - bases/minio-operator.clusterserviceversion.yaml |
5 |
| - - bases/minio-operator-rhmp.clusterserviceversion.yaml |
6 |
| - - ../../resources/ |
7 |
| - - ../../samples/ |
| 4 | +- bases/minio-operator.clusterserviceversion.yaml |
| 5 | +- bases/minio-operator-rhmp.clusterserviceversion.yaml |
| 6 | +- ../../resources/ |
| 7 | +- ../../samples/ |
8 | 8 |
|
9 |
| -patchesStrategicMerge: |
10 |
| - - overlay/minio-operator-deployment.yaml |
11 |
| - - overlay/console-deployment.yaml |
12 |
| - - overlay/console_v1_service.yaml |
13 |
| - - overlay/sts_v1_service.yaml |
14 | 9 |
|
15 | 10 | patches:
|
16 |
| - - target: |
17 |
| - group: apps |
18 |
| - version: v1 |
19 |
| - kind: Deployment |
20 |
| - name: console |
21 |
| - namespace: minio-operator |
22 |
| - patch: |- |
23 |
| - - op: remove |
24 |
| - path: /spec/template/spec/containers/0/securityContext/runAsGroup |
25 |
| - - op: remove |
26 |
| - path: /spec/template/spec/containers/0/securityContext/runAsUser |
27 |
| - - op: remove |
28 |
| - path: /spec/template/spec/containers/0/securityContext/runAsNonRoot |
29 |
| - - target: |
30 |
| - group: apps |
31 |
| - version: v1 |
32 |
| - kind: Deployment |
33 |
| - name: minio-operator |
34 |
| - namespace: minio-operator |
35 |
| - patch: |- |
36 |
| - - op: remove |
37 |
| - path: /spec/template/spec/containers/0/securityContext/runAsGroup |
38 |
| - - op: remove |
39 |
| - path: /spec/template/spec/containers/0/securityContext/runAsUser |
40 |
| - - op: remove |
41 |
| - path: /spec/template/spec/containers/0/securityContext/runAsNonRoot |
| 11 | +- patch: |- |
| 12 | + - op: remove |
| 13 | + path: /spec/template/spec/containers/0/securityContext/runAsGroup |
| 14 | + - op: remove |
| 15 | + path: /spec/template/spec/containers/0/securityContext/runAsUser |
| 16 | + - op: remove |
| 17 | + path: /spec/template/spec/containers/0/securityContext/runAsNonRoot |
| 18 | + target: |
| 19 | + group: apps |
| 20 | + kind: Deployment |
| 21 | + name: console |
| 22 | + namespace: minio-operator |
| 23 | + version: v1 |
| 24 | +- patch: |- |
| 25 | + - op: remove |
| 26 | + path: /spec/template/spec/containers/0/securityContext/runAsGroup |
| 27 | + - op: remove |
| 28 | + path: /spec/template/spec/containers/0/securityContext/runAsUser |
| 29 | + - op: remove |
| 30 | + path: /spec/template/spec/containers/0/securityContext/runAsNonRoot |
| 31 | + target: |
| 32 | + group: apps |
| 33 | + kind: Deployment |
| 34 | + name: minio-operator |
| 35 | + namespace: minio-operator |
| 36 | + version: v1 |
| 37 | +- path: overlay/minio-operator-deployment.yaml |
| 38 | +- path: overlay/console-deployment.yaml |
| 39 | +- path: overlay/console_v1_service.yaml |
| 40 | +- path: overlay/sts_v1_service.yaml |
| 41 | +apiVersion: kustomize.config.k8s.io/v1beta1 |
| 42 | +kind: Kustomization |
0 commit comments