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:
|
||||
|
||||
```yaml
|
||||
{ { include "myapp.namespace" . } }
|
||||
{{ include "myapp.namespace" . }}
|
||||
```
|
||||
|
||||
Avoid:
|
||||
|
||||
```yaml
|
||||
{ { .Values.namespace } }
|
||||
{{ .Values.namespace }}
|
||||
```
|
||||
|
||||
## Secrets Progression
|
||||
|
||||
Loading…
Reference in New Issue
Block a user