Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit fd32723

Browse files
author
Krish Chowdhary
committed
move minio into kustomize
1 parent 9589721 commit fd32723

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ resources:
2828
- resources/rbac.yaml
2929
- resources/secret.yaml
3030
- resources/deployment.yaml
31+
- resources/minio.yaml
3132

3233
configurations:
3334
- resources/kustomizeconfig.yaml

Diff for: minio.yaml renamed to resources/minio.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ spec:
1010
protocol: TCP
1111
selector:
1212
app: minio
13-
1413
---
15-
1614
apiVersion: apps/v1
1715
kind: Deployment
1816
metadata:

0 commit comments

Comments
 (0)