fix(docs): restore valid helm template examples

This commit is contained in:
saravanakumardb1 2026-03-23 18:16:01 -07:00
parent 4687351de0
commit 7361cba125

View File

@ -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