Files
peikarband/helm
Ehsan.Asadi bc08613dbd
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CD - Build & Deploy / build-and-push (push) Has been cancelled
CD - Build & Deploy / package-helm (push) Has been cancelled
CD - Build & Deploy / deploy-staging (push) Has been cancelled
CD - Build & Deploy / deploy-production (push) Has been cancelled
CD - Build & Deploy / release (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / security (push) Has been cancelled
fix(helm): resolve YAML structure issue in env vars
Problem: Mixing toYaml output with inline list items broke YAML structure
  {{- toYaml .Values.env | nindent 12 }}
  - name: API_URL  # This caused parse error

Solution: Define all env vars inline and append .Values.env at the end
using range loop. This creates valid YAML list structure.

Now helm lint and helm template both pass successfully.
2025-12-30 16:39:44 +03:30
..