Skip to content

Commit 03e970e

Browse files
committed
fix(kustomization): Update resource paths in kustomization.yaml
1 parent d231ab2 commit 03e970e

File tree

4 files changed

+1
-28
lines changed

4 files changed

+1
-28
lines changed

apps/clusters/prod/apps/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ resources:
2424
- ../../../../infrastructure/base/controllers/minio-operator
2525
patches:
2626
- path: ../../../../infrastructure/clusters/prod/controllers/cnpg-operator/release.yaml
27-
- path: ../../../../infrastructure/clusters/prod/controllers/minio-operator/release.yaml

infrastructure/base/controllers/minio-operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Kustomization
33
namespace: minio-operator
44
resources:
55
- namespace.yaml
6-
- release.yaml
6+
- github.com/minio/operator?ref=v7.1.1

infrastructure/base/controllers/minio-operator/release.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

infrastructure/clusters/prod/controllers/minio-operator/release.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)