Skip to content

Add the required field `selector` for the Redis HA Sentinel Deployment

Jubel Han requested to merge jubel-han/gitlab:master into master

The selector field becomes to required after we changed the apiVersion to apps/v1beta2

error: error validating "STDIN": error validating data: ValidationError(Deployment.spec): 
missing required field "selector" in io.k8s.api.apps.v1beta2.DeploymentSpec; 
if you choose to ignore these errors, turn validation off with --validate=false

Closes #691 (closed)

Edited by Jason Plum

Merge request reports