diff --git a/packages/koor-tech/koor-operator/overlay/app-readme.md b/packages/koor-tech/koor-operator/overlay/app-readme.md new file mode 100644 index 000000000..425dae656 --- /dev/null +++ b/packages/koor-tech/koor-operator/overlay/app-readme.md @@ -0,0 +1 @@ +An operator that installs Koor Storage Distro diff --git a/packages/koor-tech/koor-operator/overlay/questions.yaml b/packages/koor-tech/koor-operator/overlay/questions.yaml new file mode 100644 index 000000000..9feb891a3 --- /dev/null +++ b/packages/koor-tech/koor-operator/overlay/questions.yaml @@ -0,0 +1,30 @@ +questions: +- variable: certmanager.enabled + required: true + type: boolean + label: Install cert-manager + group: "General Settings" + +- variable: koorCluster.spec.useAllDevices + required: true + type: boolean + label: Use all devices + group: "Koor Cluster Settings" + +- variable: koorCluster.spec.monitoringEnabled + required: true + type: boolean + label: Enable Monitoring + group: "Koor Cluster Settings" + +- variable: koorCluster.spec.dashboardEnabled + required: true + type: boolean + label: Enable Dashboard + group: "Koor Cluster Settings" + +- variable: koorCluster.spec.toolboxEnabled + required: true + type: boolean + label: Enable Toolbox + group: "Koor Cluster Settings" diff --git a/packages/koor-tech/koor-operator/upstream.yaml b/packages/koor-tech/koor-operator/upstream.yaml new file mode 100644 index 000000000..a63378a9b --- /dev/null +++ b/packages/koor-tech/koor-operator/upstream.yaml @@ -0,0 +1,5 @@ +HelmRepo: https://koor-tech.github.io/koor-operator +HelmChart: koor-operator +Vendor: koor-tech +DisplayName: Koor Operator +Fetch: latest