Skip to content

Commit

Permalink
Fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjyhy committed May 28, 2023
1 parent 33b3eee commit 4976cb5
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.40.0
version: 0.41.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 @@ -3,7 +3,7 @@
{{- $secretEsData := (get $secretEs "data") }}
{{- $esPass := (get $secretEsData "elastic") }}

{{- $amqpName := (printf "amqp-%s-rabbitmq" .Release.Name }}
{{- $amqpName := (printf "amqp-%s-rabbitmq" .Release.Name) }}
{{- $secretAmqp := (lookup "v1" "Secret" .Release.Namespace $amqpName) }}
{{- $secretAmqpData := (get $secretAmqp "data") }}
{{- $amqpPass := (get $secretAmqpData "rabbitmq-password") }}
Expand Down

0 comments on commit 4976cb5

Please sign in to comment.