Skip to content

Commit

Permalink
Fix app label array (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-ryan-k authored Aug 14, 2023
1 parent 6a1dcf8 commit 3793e81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azext_edge/edge/providers/support/e4k.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

E4K_APP_LABELS = [
'azedge-e4k-operator',
'broker'
'broker',
'diagnostics',
'azedge-selftest'
'health-manager'
'azedge-mqttbridge'
'azedge-datalake'
'azedge-selftest',
'health-manager',
'azedge-mqttbridge',
'azedge-datalake',
]

E4K_LABEL = f"app in ({','.join(E4K_APP_LABELS)})"
Expand Down

0 comments on commit 3793e81

Please sign in to comment.