You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helmify currently does not support the spec.strategy.type attribute for deployment YAMLs. This attribute is essential for specifying deployment strategies such as Recreate.
After looking into the code, I realized that spec.strategy.type is not supported for deployment.yaml.
Steps to Reproduce:
cd test_data
update: k8s-operator-kustomization.output, added spec.strategy.type = Recreate.
execute: cat test_data/k8s-operator-kustomization.output | go run ./cmd/helmify mychart
The generated Helm chart mychart lacks the strategy configuration in templates/deployment.yaml.
Has anyone else encountered this issue or knows of an alternative solution?
The text was updated successfully, but these errors were encountered:
Helmify currently does not support the spec.strategy.type attribute for deployment YAMLs. This attribute is essential for specifying deployment strategies such as Recreate.
After looking into the code, I realized that spec.strategy.type is not supported for deployment.yaml.
Steps to Reproduce:
cd test_data
update: k8s-operator-kustomization.output, added spec.strategy.type = Recreate.
execute: cat test_data/k8s-operator-kustomization.output | go run ./cmd/helmify mychart
The generated Helm chart mychart lacks the strategy configuration in templates/deployment.yaml.
Has anyone else encountered this issue or knows of an alternative solution?
The text was updated successfully, but these errors were encountered: