Skip to content

Commit bd08a14

Browse files
author
Peng Zhou
committed
fix typo
1 parent e3a0292 commit bd08a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sutil/haProxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (cc *ClusterContext) createHAProxyDeploymentDef(meta metav1.ObjectMeta) *ap
233233
ObjectMeta: metav1.ObjectMeta{
234234
Labels: meta.Labels,
235235
Annotations: map[string]string{
236-
"comfigmap-hash": calculateHash(generateHAProxyConfigMapData(cr)),
236+
"configmap-hash": calculateHash(generateHAProxyConfigMapData(cr)),
237237
},
238238
},
239239
Spec: corev1.PodSpec{

0 commit comments

Comments
 (0)