Query regarding helm release functionality #4523
Unanswered
SamarSidharth
asked this question in
General
Replies: 1 comment 2 replies
-
I read the doc again was able to create the namespace in the downstream cluster with createNamespace option but the reconcilation still fails ► annotating HelmRelease nrf in nrf namespace
✔ HelmRelease annotated
◎ waiting for HelmRelease reconciliation
✗ HelmRelease reconciliation failed: Helm uninstall failed: uninstall: Release not loaded: nrf: release: not found
Last Helm logs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I intend to install a helm chart for an application on a different cluster by providing the config value in helmRelease kubeConfig field and the namespace in the targetNamespace.
I got the below error in helmRelease:
I am not sure why I get the error for nampspace in which my helmrelease is i.e
nrf
whereas my target namespcae isnrf-test
and I assume that the target namespace will get created if not foundHelmRelease:
Beta Was this translation helpful? Give feedback.
All reactions