aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/00-init
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/deploy/00-init')
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio-operator/Chart.yaml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio/istio-instance/Chart.yaml1
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio/istio-instance/templates/istio-sds.yaml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml3
-rw-r--r--vnfs/DAaaS/deploy/00-init/keycloak/templates/Deployment.yaml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/keycloak/values.yaml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/rook-ceph/templates/cluster.yml2
-rw-r--r--vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml2
9 files changed, 5 insertions, 13 deletions
diff --git a/vnfs/DAaaS/deploy/00-init/istio-operator/Chart.yaml b/vnfs/DAaaS/deploy/00-init/istio-operator/Chart.yaml
index 1da83af4..a7a59f94 100644
--- a/vnfs/DAaaS/deploy/00-init/istio-operator/Chart.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio-operator/Chart.yaml
@@ -1,5 +1,3 @@
-
-
#/*Copyright 2019 Intel Corporation, Inc
# *
# * Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml b/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml
index cb937c11..f7861441 100644
--- a/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio-operator/values.yaml
@@ -1,5 +1,3 @@
-
-
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
diff --git a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/Chart.yaml b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/Chart.yaml
index ca2ff626..0f52ed3f 100644
--- a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/Chart.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/Chart.yaml
@@ -1,4 +1,3 @@
-
#/*
# * Copyright 2019 Intel Corporation, Inc
# *
diff --git a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/templates/istio-sds.yaml b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/templates/istio-sds.yaml
index 8c440a4e..eabb4f9b 100644
--- a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/templates/istio-sds.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/templates/istio-sds.yaml
@@ -1,5 +1,3 @@
-
-
#/*Copyright 2019 Intel Corporation, Inc
# *
# * Licensed under the Apache License, Version 2.0 (the "License");
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 091999ac..4e03eb70 100644
--- a/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml
+++ b/vnfs/DAaaS/deploy/00-init/istio/istio-instance/values.yaml
@@ -1,4 +1,3 @@
-
#/*
# * Copyright 2019 Intel Corporation, Inc
# *
@@ -36,4 +35,4 @@ spec:
image: "docker.io/istio/node-agent-k8s:1.2.2"
nodeAgent:
enabled: true
- image : "docker.io/istio/node-agent-k8s:1.2.2"
+ image: "docker.io/istio/node-agent-k8s:1.2.2"
diff --git a/vnfs/DAaaS/deploy/00-init/keycloak/templates/Deployment.yaml b/vnfs/DAaaS/deploy/00-init/keycloak/templates/Deployment.yaml
index ed581e10..e1ccdfc8 100644
--- a/vnfs/DAaaS/deploy/00-init/keycloak/templates/Deployment.yaml
+++ b/vnfs/DAaaS/deploy/00-init/keycloak/templates/Deployment.yaml
@@ -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 }}
diff --git a/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml b/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
index 2915afc3..a27bbcf5 100644
--- a/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
+++ b/vnfs/DAaaS/deploy/00-init/keycloak/values.yaml
@@ -19,7 +19,7 @@ metadata:
image:
repository: jboss/keycloak
tag: 6.0.1
- pullPolicy: IfNotPresent
+ pullPolicy: IfNotPresent
spec:
replicas: 1
selector:
diff --git a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/cluster.yml b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/cluster.yml
index 1cd33e8c..4735c9a5 100644
--- a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/cluster.yml
+++ b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/cluster.yml
@@ -177,4 +177,4 @@ spec:
useAllDevices: false
config:
databaseSizeMB: "1024"
- journalSizeMB: "1024" \ No newline at end of file
+ journalSizeMB: "1024"
diff --git a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml
index 38ddf5d7..acce459f 100644
--- a/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml
+++ b/vnfs/DAaaS/deploy/00-init/rook-ceph/templates/storageclass.yml
@@ -25,4 +25,4 @@ parameters:
clusterNamespace: rook-ceph
# Specify the filesystem type of the volume. If not specified, it will use `ext4`.
fstype: xfs
-# Optional, default reclaimPolicy is "Delete". Other options are: "Retain", "Recycle" as documented in https://kubernetes.io/docs/concepts/storage/storage-classes/ \ No newline at end of file
+# Optional, default reclaimPolicy is "Delete". Other options are: "Retain", "Recycle" as documented in https://kubernetes.io/docs/concepts/storage/storage-classes/