helm-controller
helm-controller copied to clipboard
Fixes https://github.com/k3s-io/helm-controller/issues/91#issuecomment-1216428893 Signed-off-by: Brad Davidson
It is possible in helm to pass a custom timeout like below `helm upgrade --install --debug --timeout 1200s ..` Is this option supported in HelmChart? If not can it be...
Hello, Is there any way to use the post render feature of Helm ? cf: https://helm.sh/docs/topics/advanced/#post-rendering
Makes a number of changes to refactor the k3s-io/helm-controller for usage in rancher/helm-project-operator
Helm v2 defaults to creating the namespace if it doesn't exist when installing a chart. Helm v3 on the other hand does not do this as it's seems to be...
Hello, Is it possible to restrict where the controller can deploy resources? I understand that a namespace deployment will only monitor CRDs in the namespace, however it seems I can...
Hello all. I'm experiencing namespace termination hang when using **helmchart.helm.cattle.io** CRD. I'm Applying the following helm resource: ``` --- apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: rabbitmq namespace: candio-helm-controller-issue spec: chart:...
Trying to use HelmChart resource, there is no username/password field to access private repositories. I remember once seeing an advice to use: spec.repo: https://:@ this flow isn't working - I...
when change the apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1, errors occur—— error: error validating "helmchart.yaml": error validating data: [ValidationError(CustomResourceDefinition.spec): unknown field "version" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec, ValidationError(CustomResourceDefinition.spec): missing required field "versions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec]; if you...