diff --git a/charts/oai-5g-ran/oai-du/values.yaml b/charts/oai-5g-ran/oai-du/values.yaml
index 98881a6908c79a0721798ec6a5b5276e49039cf6..86da60080c9d70df5db07eb51053e20bd0002d13 100644
--- a/charts/oai-5g-ran/oai-du/values.yaml
+++ b/charts/oai-5g-ran/oai-du/values.yaml
@@ -2,7 +2,7 @@ kubernetesType: Vanilla  #Vanilla for community kubernetes distribution else Ope
 
 ## In case of using these charts on Openshift then please use UBI images
 ## To know more about them follow this tutorial https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/tree/master/openshift
-nfimage:   # image name either locally present or in a public/private repository
+nfimage:  # image name either locally present or in a public/private repository
   repository: docker.io/oaisoftwarealliance/oai-gnb           ## dockerhub oaisoftwarealliance/oai-gnb
   version: 2023.w49 # image tag or develop
   # pullPolicy: IfNotPresent or Never or Always