Skip to content

Commit 1792fbb

Browse files
fix(workflows): Adds cluster-metadata config to sync-provision-state workflow template
1 parent fd94efc commit 1792fbb

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)