Fix testcase with updated annotation

This commit is contained in:
faizanahmad055
2018-07-17 16:55:54 +05:00
parent 6bc9072418
commit f05d4ed0eb
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ func initDeployment(namespace string, deploymentName string) *v1beta1.Deployment
Name: deploymentName,
Namespace: namespace,
Labels: map[string]string{"firstLabel": "temp"},
Annotations: map[string]string{"reloader.stakater.com/update-on-change": deploymentName},
Annotations: map[string]string{"reloader.stakater.com/configmap.update-on-change": deploymentName},
},
Spec: v1beta1.DeploymentSpec{
Replicas: &replicaset,