We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a83797 commit c787110Copy full SHA for c787110
k8s/operator-console/base/kustomization.yaml
@@ -8,4 +8,3 @@ resources:
8
- console-configmap.yaml
9
- console-service.yaml
10
- console-deployment.yaml
11
- - https://github.com/minio/operator/?ref=v3.0.29
k8s/operator-console/operator/kustomization.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+# beginning of customizations
4
+#namespace: min-ns
5
+
6
+resources:
7
+ - ../base
+ - https://github.com/minio/operator/?ref=v3.0.29
0 commit comments