Doc fixes (#812)

This commit is contained in:
stoned 2023-04-18 15:10:22 +02:00 committed by GitHub
parent e45b1b66c9
commit 1ddba549d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -289,17 +289,17 @@ bases:
---
# Part 2: Reused Defaults
bases:
- mydefaults.yaml
- mydefaults.yaml.gotmpl
---
# Part 3: Dynamic Releases
releases:
- name: test1
chart: mychart-{{ .Values.myname }}
values:
replicaCount: 1
image:
repository: "nginx"
tag: "latest"
- replicaCount: 1
image:
repository: "nginx"
tag: "latest"
```
Suppose the `myenv.yaml` and `test.env.yaml` loaded in the first part looks like:
@ -366,7 +366,7 @@ releases:
image:
repository: "nginx"
tag: "latest"
````
```
hence rendered to: