fix(docs): restore valid helm template examples
This commit is contained in:
parent
4687351de0
commit
7361cba125
@ -273,13 +273,13 @@ helm upgrade --install bytelyst ./helm/bytelyst-ecosystem -f helm/bytelyst-ecosy
|
|||||||
Use helpers rather than hardcoded namespaces:
|
Use helpers rather than hardcoded namespaces:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
{ { include "myapp.namespace" . } }
|
{{ include "myapp.namespace" . }}
|
||||||
```
|
```
|
||||||
|
|
||||||
Avoid:
|
Avoid:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
{ { .Values.namespace } }
|
{{ .Values.namespace }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Secrets Progression
|
## Secrets Progression
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user