Skip to content

Commit da0aa5b

Browse files
committed
[DO-NOT-MERGE] Test for docker images in dev
1 parent 56f9dc0 commit da0aa5b

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

components/pipeline-service/development/kustomization.yaml

-49
Original file line numberDiff line numberDiff line change
@@ -8,55 +8,6 @@ commonAnnotations:
88
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
99

1010
resources:
11-
- github.com/minio/operator?ref=v5.0.15
1211
- main-pipeline-service-configuration.yaml
1312
- dev-only-pipeline-service-storage-configuration.yaml
1413
- ../base/rbac
15-
16-
patches:
17-
- target:
18-
kind: Service
19-
name: operator
20-
namespace: minio-operator
21-
patch: |
22-
- op: add
23-
path: /metadata/annotations/ignore-check.kube-linter.io~1dangling-service
24-
value: This service is not dangling. The minio operator assigns the missing labels at runtime.
25-
- target:
26-
kind: Deployment
27-
name: minio-operator
28-
namespace: minio-operator
29-
patch: |
30-
- op: add
31-
path: /metadata/annotations/ignore-check.kube-linter.io~1no-read-only-root-fs
32-
value: The operator needs to be able to write to /tmp
33-
- op: add
34-
path: /spec/template/spec/containers/0/resources/limits
35-
value:
36-
cpu: 200m
37-
memory: 256Mi
38-
- op: remove
39-
path: /spec/template/spec/containers/0/securityContext/runAsUser
40-
- op: remove
41-
path: /spec/template/spec/containers/0/securityContext/runAsGroup
42-
- target:
43-
kind: Deployment
44-
name: console
45-
namespace: minio-operator
46-
patch: |
47-
- op: add
48-
path: /spec/template/spec/containers/0/resources
49-
value:
50-
requests:
51-
cpu: 50m
52-
memory: 64Mi
53-
limits:
54-
cpu: 100m
55-
memory: 128Mi
56-
- op: remove
57-
path: /spec/template/spec/containers/0/securityContext/runAsUser
58-
- op: remove
59-
path: /spec/template/spec/containers/0/securityContext/runAsGroup
60-
- op: add
61-
path: /spec/template/spec/containers/0/securityContext/readOnlyRootFilesystem
62-
value: true

date

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sun Jan 19 10:17:58 AM IST 2025

0 commit comments

Comments
 (0)