From 35a9ac1d84d35899ea31386b4204a9512fb104dd Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Tue, 14 Dec 2021 11:03:38 -0500 Subject: [PATCH] Removed values.yaml for the linkerd-crds chart (#7467) The sole `linkerdVersion` entry there is not used anymore, so replaced the file with an empty file (empty instead of removing it so that `bin/helm-docs` doesn't choke). --- bin/helm-build | 1 - charts/linkerd-crds/README.md | 6 ------ charts/linkerd-crds/values.yaml | 6 ------ 3 files changed, 13 deletions(-) diff --git a/bin/helm-build b/bin/helm-build index f437ea45c..7f2513b1b 100755 --- a/bin/helm-build +++ b/bin/helm-build @@ -3,7 +3,6 @@ set -e setValues() { - sed -i "s/$1/$2/" charts/linkerd-crds/values.yaml sed -i "s/$1/$2/" charts/linkerd-control-plane/values.yaml sed -i "s/$1/$2/" charts/linkerd2-cni/values.yaml sed -i "s/$1/$2/" multicluster/charts/linkerd-multicluster/values.yaml diff --git a/charts/linkerd-crds/README.md b/charts/linkerd-crds/README.md index cb8a55216..09ae10352 100644 --- a/charts/linkerd-crds/README.md +++ b/charts/linkerd-crds/README.md @@ -67,11 +67,5 @@ Kubernetes: `>=1.20.0-0` |------------|------|---------| | file://../partials | partials | 0.1.0 | -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| linkerdVersion | string | `"linkerdVersionValue"` | control plane version | - ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0) diff --git a/charts/linkerd-crds/values.yaml b/charts/linkerd-crds/values.yaml index ddc616db4..e69de29bb 100644 --- a/charts/linkerd-crds/values.yaml +++ b/charts/linkerd-crds/values.yaml @@ -1,6 +0,0 @@ -# Default values for linkerd. -# This is a YAML-formatted file. -# Declare variables to be passed into your templates. - -# -- control plane version -linkerdVersion: linkerdVersionValue