--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: k10 namespace: kasten-io spec: releaseName: k10 interval: 5m chart: spec: chart: k10 version: 5.0.3 sourceRef: kind: HelmRepository name: kasten-charts namespace: flux-system interval: 5m install: createNamespace: true crds: CreateReplace remediation: retries: 3 upgrade: crds: CreateReplace remediation: retries: 3 values: eula: accept: true company: auricom email: auricom@users.noreply.github.com global: persistence: storageClass: rook-ceph-block auth: basicAuth: enabled: true htpasswd: ${SECRET_K10_HTPASSWD} clusterName: k8s ingress: create: true class: nginx host: &host "k10.${SECRET_CLUSTER_DOMAIN}" urlPath: k10 hosts: - *host grafana: enabled: false