mirror of https://github.com/linkerd/linkerd2.git
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:
parent
b4abb3f56c
commit
35a9ac1d84
|
@ -3,7 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
setValues() {
|
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/linkerd-control-plane/values.yaml
|
||||||
sed -i "s/$1/$2/" charts/linkerd2-cni/values.yaml
|
sed -i "s/$1/$2/" charts/linkerd2-cni/values.yaml
|
||||||
sed -i "s/$1/$2/" multicluster/charts/linkerd-multicluster/values.yaml
|
sed -i "s/$1/$2/" multicluster/charts/linkerd-multicluster/values.yaml
|
||||||
|
|
|
@ -67,11 +67,5 @@ Kubernetes: `>=1.20.0-0`
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| file://../partials | partials | 0.1.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)
|
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in New Issue