Skip to content

Commit

Permalink
use the wrong secretname
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Jul 18, 2024
1 parent ed88cd8 commit 7137596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: RABBITMQ_PASS
valueFrom:
secretKeyRef:
name: {{ include "clowder2.fullname" . }}-rabbitmq
name: {{ $fullname }}-rabbitmq
key: rabbitmq-password
- name: CLOWDER_VERSION
value: "2"
Expand Down

0 comments on commit 7137596

Please sign in to comment.