Fix spacing issues in YAML files in vnfs
[demo.git] / vnfs / DAaaS / deploy / 00-init / keycloak / templates / Deployment.yaml
index ed581e1..e1ccdfc 100644 (file)
@@ -31,7 +31,7 @@ spec:
       containers:
       - name: keycloak
         image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
-        env: 
+        env:
 {{ toYaml .Values.env | indent 8 }}
         ports:
 {{ toYaml .Values.ports | indent 8 }}