We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff4b88 commit 1c1a8c1Copy full SHA for 1c1a8c1
1 file changed
charts/matrix-stack/templates/well-known/_helpers.tpl
@@ -20,7 +20,7 @@ SPDX-License-Identifier: AGPL-3.0-only
20
{{- with required "element-io.well-known-delegation.labels missing context" .context -}}
21
{{ include "element-io.ess-library.labels.common" (dict "root" $root "context" (dict "labels" .labels)) }}
22
app.kubernetes.io/component: matrix-delegation
23
-app.kubernetes.io/name: well-known-delegation
+app.kubernetes.io/name: well-known-delegation2
24
app.kubernetes.io/instance: {{ $root.Release.Name }}-well-known-delegation
25
app.kubernetes.io/version: {{ include "element-io.ess-library.labels.makeSafe" $root.Values.haproxy.image.tag }}
26
{{- end }}
0 commit comments