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
gives error yaml skaffold validation that manifests not fould - "field manifests not found in type latest.KubectlDeploy"
So could someone help please what is correct yaml config value for multiple deployers in skaffold.yaml for running first kubectl apply file command and after that helm install command?
found this issue for old version - #3392
this code was not in current repo skaffold
Expected behavior
Apply kubectl manifests raw yaml and than helm install command
Actual behavior
only helm install command is running
Information
Steps to reproduce the behavior
i have been tryed also set manifests yaml to apply first like this:
not helps
tryed like this
gives error yaml skaffold validation that manifests not fould - "field manifests not found in type latest.KubectlDeploy"
So could someone help please what is correct yaml config value for multiple deployers in skaffold.yaml for running first kubectl apply file command and after that helm install command?
found this issue for old version - #3392
this code was not in current repo skaffold
and this request - #4231
The text was updated successfully, but these errors were encountered: