Skip to content

Commit 42f4ca8

Browse files
Merge pull request #1386 from rackerlabs/PUC-1345-20251107-1
fix(workflows): Adds cluster-metadata config to sync-provision-state workflow template
2 parents fd94efc + 1792fbb commit 42f4ca8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

workflows/argo-events/workflowtemplates/sync-provision-state-to-nautobot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ spec:
5151
- mountPath: /etc/nb-token/
5252
name: nb-token
5353
readOnly: true
54+
envFrom:
55+
- configMapRef:
56+
name: cluster-metadata
57+
optional: false
5458
volumes:
5559
- name: nb-token
5660
secret:

0 commit comments

Comments
 (0)