chore: update and move comment in rendered template

This commit is contained in:
Jose Diaz-Gonzalez
2025-07-23 20:28:40 -04:00
parent 68f909b91d
commit 2958f906e4
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,7 +1,7 @@
{{- if .Capabilities.APIVersions.Has "http.keda.sh/v1alpha1" -}}
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,7 +1,7 @@
{{- if .Capabilities.APIVersions.Has "http.keda.sh/v1alpha1" -}}
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,7 +1,7 @@
{{- if .Capabilities.APIVersions.Has "keda.sh/v1alpha1" -}}
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}

View File

@@ -1,6 +1,6 @@
{{- range $processName, $config := .Values.processes }}
# Skip processes that don't have a web section
{{- if not (hasKey $config "web") }}
# Skip {{ $processName }} as it doesn't have a web section
{{- continue }}
{{- end }}