Nov 16, 2020 · I have a sinlge node k3s cluster running for testing purpose and try to install nextlcoud via helm chart. I want to have nextlcoud save the volumes as localPath storage and use the mariadb database included in the chart. So I came up with changing the following values: nextcloud.host nextcloud.username nextcloud.password mariadb.enabled mariadb.rootUser.password persistence.storageClass Do I ... Chart ("argocd", { namespace: ns. metadata. name, chart: "argo-cd", fetchOpts: { repo: "https://argoproj.github.io/argo-helm"}, values: { installCRDs: false, server: { service: { type: 'LoadBalancer', }, } }, // The helm chart is using a deprecated apiVersion, // So let's transform it transformations: [ (obj: any) => { if (obj. apiVersion == "extensions/v1beta1") { obj. apiVersion = "networking.k8s.io/v1beta1"} }, ], }, { providers: { kubernetes: provider}}, ); // Export the URL of our ...