Skip to content

Commit c6b7fe5

Browse files
naming celery queue names with site names
1 parent 441c30c commit c6b7fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/argocd-understack/templates/application-nautobot-worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
valueFiles:
2626
- $understack/components/nautobot-worker/values.yaml
2727
- $deploy/{{ include "understack.deploy_path" $ }}/nautobot-worker/values.yaml
28-
{{- with index $.Values.appLabels "understack.rackspace.com/partition" }}
28+
{{- with index $.Values.appLabels "understack.rackspace.com/site" }}
2929
values: |
3030
workers:
3131
default:

0 commit comments

Comments
 (0)