*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit b47fd82b authored by Weber, Thomas's avatar Weber, Thomas
Browse files

add minio operator

parent d1e36c48
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -197,3 +197,6 @@ default_manifests:
deploy-smb-csi-driver:
enabled: false
depoly-minio-operator:
enabled: false
\ No newline at end of file
---
kind: Namespace
apiVersion: v1
metadata:
name: minio
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: minio-operator
namespace: kube-system
spec:
repo: https://operator.min.io/
chart: operator
version: {{ item.value.version | default("4.4.10")}}
targetNamespace: minio
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment