Suleiman Dibirov
Suleiman Dibirov
@ndeloof but I'm not sure if it ok to make these changes for all places, because the documentation says only about environment values https://docs.docker.com/reference/compose-file/services/#models > If either is omitted, Compose...
Version `25.0101.1627` is not a valid semver, this is why Helm omits it
> Feels and probably is vibe-coded. Is it bad or good? > it's missing the main point - --stop-on-failure has to stop only a non-ignored error. thank you, I'll check...
@balinteu hi! Try this one: ``` {{- range $relatedClusters := .Values.relatedClusters }} apiVersion: v1 kind: Secret metadata: name: {{ $relatedClusters.name }} namespace: {{ $.Values.project }} type: Opaque data: {{ $relatedClusters.name...
Hello @rsegal, is it right steps to reproduce it? Dockerfile1: `FROM alpine` Dockerfile2: `FROM --platform=linux/amd64 alpine` ``` services: one: build: context: . dockerfile: Dockerfile1 depends_on: - two two: build: context:...