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,14 +289,14 @@ bases:
--- ---
# Part 2: Reused Defaults # Part 2: Reused Defaults
bases: bases:
- mydefaults.yaml - mydefaults.yaml.gotmpl
--- ---
# Part 3: Dynamic Releases # Part 3: Dynamic Releases
releases: releases:
- name: test1 - name: test1
chart: mychart-{{ .Values.myname }} chart: mychart-{{ .Values.myname }}
values: values:
replicaCount: 1 - replicaCount: 1
image: image:
repository: "nginx" repository: "nginx"
tag: "latest" tag: "latest"
@ -366,7 +366,7 @@ releases:
image: image:
repository: "nginx" repository: "nginx"
tag: "latest" tag: "latest"
```` ```
hence rendered to: hence rendered to: