aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 16:03:47 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-26 16:06:13 +0100
commit676591091ff3c154193213b26103c694f1a5f1be (patch)
tree12bce87cd541ace6b55fd1cd83a1c73dc527cb2c /vnfs
parent314c0c1e45bc6a4c1ae0e7c030ebbf51b80abb35 (diff)
Fix indentation issues within YAMLs
Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'vnfs')
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml26
-rw-r--r--vnfs/DAaaS/deploy/00-init/keycloak/values.yaml6
-rw-r--r--vnfs/DAaaS/deploy/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml12
3 files changed, 22 insertions, 22 deletions
diff --git a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml
index 4e03eb70..a09bbde2 100644
--- a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml
@@ -21,18 +21,18 @@ spec:
mtls: true
autoInjectionNamespaces:
-
- sds:
- enabled: true
- udsPath: "unix:/var/run/sds/uds_path"
- useTrustworthyJwt: false
- useNormalJwt: true
- gateways:
- enabled: true
- ingress:
+ sds:
enabled: true
- sds:
+ udsPath: "unix:/var/run/sds/uds_path"
+ useTrustworthyJwt: false
+ useNormalJwt: true
+ gateways:
+ enabled: true
+ ingress:
enabled: true
- image: "docker.io/istio/node-agent-k8s:1.2.2"
- nodeAgent:
- enabled: true
- image: "docker.io/istio/node-agent-k8s:1.2.2"
+ sds:
+ enabled: true
+ image: "docker.io/istio/node-agent-k8s:1.2.2"
+ nodeAgent:
+ enabled: true
+ image: "docker.io/istio/node-agent-k8s:1.2.2"
diff --git a/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml b/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
index a27bbcf5..e8cda212 100644
--- a/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
+++ b/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
@@ -17,9 +17,9 @@ metadata:
name: keycloak
namespace: keycloak
image:
- repository: jboss/keycloak
- tag: 6.0.1
- pullPolicy: IfNotPresent
+ repository: jboss/keycloak
+ tag: 6.0.1
+ pullPolicy: IfNotPresent
spec:
replicas: 1
selector:
diff --git a/vnfs/DAaaS/deploy/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml b/vnfs/DAaaS/deploy/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml
index 77ca3fe0..2e47a058 100644
--- a/vnfs/DAaaS/deploy/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml
+++ b/vnfs/DAaaS/deploy/training-core/charts/kubernetes-HDFS/charts/hdfs-k8s/values.yaml
@@ -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: