We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85c4298 + e4c5885 commit dcf2a8cCopy full SHA for dcf2a8c
charts/job/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
description: EcoVadis Helm chart for K8s Event driven Job
3
name: charts-job
4
type: application
5
-version: 2.9.1
+version: 2.9.2
6
dependencies:
7
- name: charts-core
8
version: 2.4.2
charts/job/templates/trigger-authentication.yaml
@@ -6,7 +6,7 @@ metadata:
labels:
{{- include "charts-job.labels" . | nindent 4 }}
spec:
9
- {{- if .Values.global.keda.triggers.connectionStringKeyVaultSecretName }}
+ {{- if .Values.global.keda.triggers.azureServiceBus.connectionStringKeyVaultSecretName }}
10
azureKeyVault:
11
vaultUri: {{ .Values.global.secEnvVars.KeyVault__Url | default "" }}
12
credentials:
0 commit comments