Fix indentation issues within YAMLs
[demo.git] / vnfs / DAaaS / deploy / training-core / charts / kubernetes-HDFS / charts / hdfs-k8s / values.yaml
index 77ca3fe..2e47a05 100644 (file)
@@ -19,13 +19,13 @@ zookeeper:
 hdfs-config-k8s:
   ## Custom hadoop config keys passed to the hdfs configmap as extra keys.
   customHadoopConfig:
-     coreSite: {}
-      ## Set config key and value pairs, e.g.
-      # hadoop.http.authentication.type: kerberos
+    coreSite: {}
+     ## Set config key and value pairs, e.g.
+     # hadoop.http.authentication.type: kerberos
 
-     hdfsSite: {}
-      ## Set config key and value pairs, e.g.
-      # dfs.datanode.use.datanode.hostname: "false"
+    hdfsSite: {}
+     ## Set config key and value pairs, e.g.
+     # dfs.datanode.use.datanode.hostname: "false"
 
 ## ------------------------------------------------------------------------------
 ## hdfs-journalnode-k8s: