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
I am trying to deploy a below Rollout resource and got the following error. I have made some change in the original rollout.yaml by adding namespace field under pod spec template metadata which is working fine if the Kind is Deployment but the same is failing if the Kind is Rollout
error: error validating "rollout.yaml": error validating data: ValidationError(Rollout.spec.template.metadata): unknown field "namespace" in io.argoproj.v1alpha1.Rollout.spec.template.metadata; if you choose to ignore these errors, turn validation off with --validate=false
I am copying the modified Rollout yaml for your reference ,Please note the namespace field is added in two places which is supported if the Kind is Deployment
Hello,
I am trying to deploy a below
Rollout
resource and got the following error. I have made some change in the original rollout.yaml by addingnamespace
field under pod spec template metadata which is working fine if theKind
isDeployment
but the same is failing if the Kind isRollout
https://raw.githubusercontent.com/argoproj/argo-rollouts/master/docs/getting-started/basic/rollout.yaml
error: error validating "rollout.yaml": error validating data: ValidationError(Rollout.spec.template.metadata): unknown field "namespace" in io.argoproj.v1alpha1.Rollout.spec.template.metadata; if you choose to ignore these errors, turn validation off with --validate=false
I am copying the modified Rollout yaml for your reference ,Please note the
namespace
field is added in two places which is supported if the Kind isDeployment
The text was updated successfully, but these errors were encountered: