Skip to content

Commit

Permalink
[keda] Add missing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 29, 2024
1 parent d124eee commit 085cff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/keda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: keda
description: Keda extension chart
type: library
version: 0.0.1
appVersion: 0.0.1
version: 0.0.2
appVersion: 0.0.2
maintainers:
- name: WyriHaximus
email: helm@ceesjankiewiet.nl
Expand Down
1 change: 1 addition & 0 deletions charts/keda/templates/_scaled_object.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ spec:
{{- range $index, $trigger := .arguments.triggers }}
- type: {{ $trigger.type }}
mode: {{ $trigger.mode }}
metadata: {{ $trigger.metadata }}
authenticationRef:
name: {{ $deploymentName }}-{{ $index }}
{{- end }}
Expand Down

0 comments on commit 085cff9

Please sign in to comment.