Skip to content

Commit

Permalink
fix: add missing auth mode for keda (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
domdepasquale committed Jan 2, 2024
1 parent 2860be9 commit 8220f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/application-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.1
version: 3.0.2

maintainers:
- name: Dominic DePasquale
1 change: 1 addition & 0 deletions charts/application-core/templates/scaledobject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ spec:
activationThreshold: {{ default 0 .activationThreshold | quote }}
ignoreNullValues: {{ default "true" .ignoreNullValues | quote }}
unsafeSsl: "false"
authModes: {{ default "basic" .authModes | quote}}
authenticationRef:
name: {{ default "keda-prom-creds" .authenticationRef }}
kind: {{ default "ClusterTriggerAuthentication" .authenticationRefKind }}
Expand Down

0 comments on commit 8220f40

Please sign in to comment.