diff --git a/charts/vh-bookings-api/values.dev.template.yaml b/charts/vh-bookings-api/values.dev.template.yaml index be1560492..2b2b0bc56 100644 --- a/charts/vh-bookings-api/values.dev.template.yaml +++ b/charts/vh-bookings-api/values.dev.template.yaml @@ -2,4 +2,6 @@ java: image: '${IMAGE_NAME}' ingressHost: ${SERVICE_FQDN} - releaseNameOverride: ${RELEASE_NAME} \ No newline at end of file + releaseNameOverride: ${RELEASE_NAME} + environment: # TODO for testing only, do not merge + SERVICEBUSQUEUE__QUEUENAME: marco-dev-booking \ No newline at end of file