Skip to content

Commit

Permalink
remove nil ref
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Dec 30, 2023
1 parent cfa727e commit 5fb4bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion operator/pkg/resources/cmn/configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fb4bf9

Please sign in to comment.