Skip to content

Commit

Permalink
Fixing amqp key for uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjyhy committed May 27, 2023
1 parent c59746b commit cf52b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/t-clo-902/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: t-clo-902
description: A Helm chart to sell cats on Kubernetes
type: application

version: 0.30.0
version: 0.31.0

appVersion: "1.1.0"
2 changes: 1 addition & 1 deletion charts/t-clo-902/templates/index-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ metadata:
name: {{ .Release.Name }}-index-secret
stringData:
eck_uri: {{ $eckUri | quote }}
amqp:_uri: {{ $amqpUri | quote }}
amqp_uri: {{ $amqpUri | quote }}

0 comments on commit cf52b3f

Please sign in to comment.