kustomize-controller: Add HelmRelease to Kustomization health check #187
Answered
by
stefanprodan
phillebaba
asked this question in
Proposals
-
Currently the Kustomization controller supports health checks for Deployment, DaemonSet and StatefulSet resources. It would be nice to add HelmRelease to the list of supported resources as they will be added be added by the kustomization controller. In theory it would be possible to add a health check for the Deployment that is created by the Helm chart, but i think it would be cleaner to not do that. |
Beta Was this translation helpful? Give feedback.
Answered by
stefanprodan
Aug 31, 2020
Replies: 1 comment 1 reply
-
Yes we should extend the health check to support the HelmRelease kind. There is an issue opened for this here fluxcd/kustomize-controller#68 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
phillebaba
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes we should extend the health check to support the HelmRelease kind. There is an issue opened for this here fluxcd/kustomize-controller#68