11 lines
294 B
YAML
11 lines
294 B
YAML
apiVersion: keda.sh/v1alpha1
|
|
kind: TriggerAuthentication
|
|
metadata:
|
|
name: "{{ .Values.keda.authenticationRef }}"
|
|
namespace: "{{ .Release.Namespace }}"
|
|
spec:
|
|
secretTargetRef:
|
|
- key: "{{ .Values.keda.triggerSecretKey }}"
|
|
name: "{{ .Values.keda.triggerSecretRef }}"
|
|
parameter: host
|