SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

missing support for specifying app/service args when deploying to kubernetes #73

Closed ccheetham closed 4 years ago

ccheetham commented 4 years ago

Running the following should set an env var in a Kubernetes container:

st args -t kubernetes myservice -- --env VAR=value
jkonicki commented 4 years ago

Likely needs to be a new command to be common for all environments we support.

jkonicki commented 4 years ago

No longer valid