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).
This commit is contained in:
Alejandro Pedraza 2021-12-14 11:03:38 -05:00 committed by GitHub
parent b4abb3f56c
commit 35a9ac1d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -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)

View File

@ -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