Skip to content

Commit

Permalink
Merge pull request #16 from MammatusPHP/drop-mode-since-its-in-metada…
Browse files Browse the repository at this point in the history
…ta-and-metadata-is-yaml

[keda] Drop mode since it's meta data and metadata is YAML
  • Loading branch information
WyriHaximus authored Jun 29, 2024
2 parents d37a8b8 + ca31aa2 commit e8ba7ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.2
appVersion: 0.0.2
version: 0.0.3
appVersion: 0.0.3
maintainers:
- name: WyriHaximus
email: [email protected]
Expand Down
3 changes: 1 addition & 2 deletions charts/keda/templates/_scaled_object.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ spec:
triggers:
{{- range $index, $trigger := .arguments.triggers }}
- type: {{ $trigger.type }}
mode: {{ $trigger.mode }}
metadata: {{ $trigger.metadata }}
metadata: {{ $trigger.metadata|toYaml|nindent 8 }}
authenticationRef:
name: {{ $deploymentName }}-{{ $index }}
{{- end }}
Expand Down

0 comments on commit e8ba7ac

Please sign in to comment.