Skip to content

Commit

Permalink
Remove @ sign from user suffix in k8s resource def
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wregglesworth committed Jun 13, 2024
1 parent 4dd61c8 commit 29a2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/app-exposer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- --namespace
- "$(APP_EXPOSER_NAMESPACE)"
- --user-suffix
- "@$(USER_SUFFIX)"
- "$(USER_SUFFIX)"
- --log-level
- debug
env:
Expand Down

0 comments on commit 29a2b7b

Please sign in to comment.