Skip to content

Commit

Permalink
ci: missing rabbitmq creds.
Browse files Browse the repository at this point in the history
  • Loading branch information
elland committed Oct 31, 2024
1 parent fd79a12 commit 05f0c1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions hack/helm_vars/wire-server/values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,18 @@ cannon:
drainTimeout: 0
config:
disabledAPIVersions: []
rabbitmq:
port: 5671
enableTls: true
insecureSkipVerifyTls: false
tlsCaSecretRef:
name: rabbitmq-certificate
key: "ca.crt"
secrets:
rabbitmq:
username: {{ .Values.rabbitmqUsername }}
password: {{ .Values.rabbitmqPassword }}

cargohold:
replicaCount: 1
imagePullPolicy: {{ .Values.imagePullPolicy }}
Expand Down Expand Up @@ -401,6 +413,9 @@ gundeck:
awsKeyId: dummykey
awsSecretKey: dummysecret
redisPassword: very-secure-redis-master-password
rabbitmq:
username: {{ .Values.rabbitmqUsername }}
password: {{ .Values.rabbitmqPassword }}
tests:
{{- if .Values.uploadXml }}
config:
Expand Down

0 comments on commit 05f0c1b

Please sign in to comment.