You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fallbackReplicasCount: # Optional. Number of replicas to set when event metrics cannot be gathered, defaults to half of maxReplicaCount (rounded up)
173
-
azure: # DEPRECATED, now uses workload identity
174
-
clientIdSecretKey: 'AzureIdentity__ClientSecret'# Key in k8s secret containing service principal data.
175
-
# clientIdSecretName: Optional. Name of k8s secret containing service principal data. Default is '{{ include "charts-event-worker.fullname" . }}-secure'
173
+
#azure: # DEPRECATED, now uses workload identity
174
+
# clientIdSecretKey: 'AzureIdentity__ClientSecret' # Key in k8s secret containing service principal data.
175
+
# # clientIdSecretName: Optional. Name of k8s secret containing service principal data. Default is '{{ include "charts-event-worker.fullname" . }}-secure'
176
176
triggers:
177
177
azureServiceBus:
178
-
connectionStringKeyVaultSecretName: 'ConnectionStrings--ServiceBus'#DEPRECATED: Name of secret in Azure Keyvault that is containing a connection string to Service Bus
178
+
#connectionStringKeyVaultSecretName: 'ConnectionStrings--ServiceBus' #DEPRECATED: Name of secret in Azure Keyvault that is containing a connection string to Service Bus
179
179
triggers:
180
180
- enabled: true # Must be enabled. However, in order to enable this trigger, settings below must be provided.
181
181
serviceBusName: # Required. Name of the ServiceBus Namespace
Copy file name to clipboardExpand all lines: charts/job/values.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,12 +130,12 @@ global:
130
130
maxReplicaCount: 5# Maximum number of JOBS to run at the same time
131
131
successfulJobsHistoryLimit: 2# Number of successful jobs to keep in history
132
132
failedJobsHistoryLimit: 1# Number of failed jobs to keep in history
133
-
azure: # DEPRECATED, now uses workload identity
134
-
clientIdSecretKey: 'AzureIdentity__ClientSecret'# Key in k8s secret containing service principal data.
135
-
# clientIdSecretName: Optional. Name of k8s secret containing service principal data. Default is '{{ include "charts-job.fullname" . }}-secure'
133
+
#azure: # DEPRECATED, now uses workload identity
134
+
# clientIdSecretKey: 'AzureIdentity__ClientSecret' # Key in k8s secret containing service principal data.
135
+
# # clientIdSecretName: Optional. Name of k8s secret containing service principal data. Default is '{{ include "charts-job.fullname" . }}-secure'
136
136
triggers:
137
137
azureServiceBus:
138
-
connectionStringKeyVaultSecretName: 'ConnectionStrings--ServiceBus'#DEPRECATED: Name of secret in Azure Keyvault that is containing a connection string to Service Bus
138
+
#connectionStringKeyVaultSecretName: 'ConnectionStrings--ServiceBus' #DEPRECATED: Name of secret in Azure Keyvault that is containing a connection string to Service Bus
139
139
triggers:
140
140
- enabled: true # Must be enabled. However, in order to enable this trigger, settings below must be provided.
141
141
serviceBusName: # Required. Name of the ServiceBus Namespace
0 commit comments