File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ env:
117117 secretKeyRef:
118118 name: influxdb-creds
119119 key: token
120- {{- if eq .Values.global.rabbitmqLocation " off-cluster " }}
121- - name: " DRYCC_RABBITMQ_URL"
120+ {{- if ( .Values.rabbitmqUrl ) }}
121+ - name: DRYCC_RABBITMQ_URL
122122 valueFrom:
123123 secretKeyRef:
124- name: rabbitmq -creds
125- key: url
124+ name: controller -creds
125+ key: rabbitmqUrl
126126{{- else if eq .Values.global.rabbitmqLocation " on-cluster" }}
127127- name: " DRYCC_RABBITMQ_USERNAME"
128128 valueFrom:
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ celeryReplicas: 1
2929concurrencyPolicy : " Replace"
3030# Configuring this will no longer use the built-in database component
3131databaseUrl : " "
32+ # Configuring this will no longer use the built-in rabbitmq component
33+ rabbitmqUrl : " "
3234# Service
3335service :
3436 # Provide any additional service annotations
You can’t perform that action at this time.
0 commit comments