beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Allow specifying a different Kubernetes service account without having to update any julia_pod files #32

Closed christopher-dG closed 2 years ago

christopher-dG commented 2 years ago

https://github.com/beacon-biosignals/julia_pod/blob/main/add_me_to_your_PATH/accounts.sh#L20 assumes that the only service account we'll ever want to use it the one matching the namespace name, but that's not the case. We should support a --service-account flag or just respect any existing KUBERNETES_SERVICEACCOUNT (and document it).