Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 10bdbc4

Browse files
committed
Update jmp admin create exporter invocations to use the new label syntax
https://github.com/jumpstarter-dev/jumpstarter/pull/471
1 parent e87deb8 commit 10bdbc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ runs:
9797
9898
jmp admin create exporter test-exporter-oidc --out /dev/null \
9999
--oidc-username dex:test-exporter-oidc \
100-
--label example.com/board oidc
100+
--label example.com/board=oidc
101101
jmp admin create exporter test-exporter-sa --out /dev/null \
102102
--oidc-username dex:system:serviceaccount:default:test-exporter-sa \
103-
--label example.com/board sa
103+
--label example.com/board=sa
104104
jmp admin create exporter test-exporter-legacy --save \
105-
--label example.com/board legacy
105+
--label example.com/board=legacy
106106
107107
jmp config client list
108108
jmp config exporter list

0 commit comments

Comments
 (0)