From 5fb4bf9cc3a290784bd3144ed1ce1ae3d09d795f Mon Sep 17 00:00:00 2001 From: Aaron Wilson Date: Fri, 29 Dec 2023 19:01:38 -0600 Subject: [PATCH] remove nil ref Signed-off-by: Aaron Wilson --- operator/pkg/resources/cmn/configmap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/operator/pkg/resources/cmn/configmap.go b/operator/pkg/resources/cmn/configmap.go index 186336c5..4e8a062e 100644 --- a/operator/pkg/resources/cmn/configmap.go +++ b/operator/pkg/resources/cmn/configmap.go @@ -56,7 +56,6 @@ func NewGlobalCM(ais *aisv1.AIStore, toUpdate *aiscmn.ConfigToSet) (*corev1.Conf "ais.json": conf, "ais_liveness.sh": livenessSh, "ais_readiness.sh": readinessSh, - "hostname_map": *ais.Spec.HostnameMap, }, } if ais.Spec.HostnameMap != nil {