[bitnami/keycloak] fix on metadata name templating for keycloakConfigCli job (#18958)

Signed-off-by: Rodolphe Fréby <rfreby@solocal.com>
This commit is contained in:
rfrebyLF
2023-09-05 14:47:38 +02:00
committed by GitHub
parent 66ced97b3c
commit baab78529c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ SPDX-License-Identifier: APACHE-2.0
apiVersion: batch/v1
kind: Job
metadata:
name: {{ printf "%s-keycloak-config-cli" (tpl "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
name: {{ printf "%s-keycloak-config-cli" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" $ ) | nindent 4 }}
app.kubernetes.io/component: keycloak-config-cli