From 2b92daa9f876e10a925aef35648109d9e0a9d2e2 Mon Sep 17 00:00:00 2001 From: Dmitry Groisman Date: Thu, 5 Sep 2019 14:15:44 +0300 Subject: [PATCH] fixing yaml lint issues --- README.md | 2 +- submariner-k8s-broker/Chart.yaml | 1 + submariner-k8s-broker/values.yaml | 3 ++- submariner/Chart.yaml | 1 + submariner/values.yaml | 3 ++- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44eb4ef..78c55ad 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # submariner-charts -Please see https://github.com/rancher/submariner for more information. This is only a supporting repository for Submariner +Please see https://github.com/submariner-io/submariner for more information. This is only a supporting repository for Submariner diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index f825fd7..0905f28 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -1,3 +1,4 @@ +--- name: submariner-k8s-broker version: 0.0.1 appVersion: v0.0.1 diff --git a/submariner-k8s-broker/values.yaml b/submariner-k8s-broker/values.yaml index d438430..edd37f5 100644 --- a/submariner-k8s-broker/values.yaml +++ b/submariner-k8s-broker/values.yaml @@ -1,3 +1,4 @@ +--- rbac: create: true crd: @@ -5,4 +6,4 @@ crd: serviceAccounts: client: create: true - name: "" \ No newline at end of file + name: "" diff --git a/submariner/Chart.yaml b/submariner/Chart.yaml index 7921a68..6cfc025 100644 --- a/submariner/Chart.yaml +++ b/submariner/Chart.yaml @@ -1,3 +1,4 @@ +--- name: submariner version: 0.0.1 appVersion: v0.0.1 diff --git a/submariner/values.yaml b/submariner/values.yaml index 8b2615a..277967d 100644 --- a/submariner/values.yaml +++ b/submariner/values.yaml @@ -1,3 +1,4 @@ +--- submariner: clusterId: "" token: "" @@ -51,4 +52,4 @@ serviceAccounts: name: "" routeAgent: create: true - name: "" \ No newline at end of file + name: ""