From 676591091ff3c154193213b26103c694f1a5f1be Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 16:03:47 +0100 Subject: Fix indentation issues within YAMLs Fixes applied as reported by yamllint. Change-Id: I5320d49799ecdd3ffbc8f9fbb8617554a709c247 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- .../00-init/istio/istio-instance/values.yaml | 26 +++++++++++----------- vnfs/DAaaS/deploy/00-init/keycloak/values.yaml | 6 ++--- .../kubernetes-HDFS/charts/hdfs-k8s/values.yaml | 12 +++++----- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'vnfs/DAaaS/deploy') 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: -- cgit 1.2.3-korg