making triggers a list, which is required for KEDA scaled objects (#146)

Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
This commit is contained in:
Aaron Schlesinger 2021-04-27 13:36:07 -07:00 committed by GitHub
parent 18d4cda836
commit 0b06e78d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,6 +15,6 @@ spec:
name: {{ .DeploymentName }}
kind: Deployment
triggers:
type: external
metadata:
scalerAddress: {{ .ScalerAddress }}
- type: external
metadata:
scalerAddress: {{ .ScalerAddress }}