You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it's much more convenient to have a fabric8.io/expose: "true" annotation set to false by default in all build packs. Usually during development people are not willing to expose a workload to the public internet.
The case here is, for example, if I'm importing 20 projects with jx import, I'll need to go over 20 helm values.yaml and change an annotation to false...
Also an option for jx import, e.g. jx import --expose false|true will be also very useful!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I guess it's much more convenient to have a
fabric8.io/expose: "true"
annotation set tofalse
by default in all build packs. Usually during development people are not willing to expose a workload to the public internet.The case here is, for example, if I'm importing 20 projects with
jx import
, I'll need to go over 20 helm values.yaml and change an annotation tofalse
...Also an option for
jx import
, e.g.jx import --expose false|true
will be also very useful!Thanks!
The text was updated successfully, but these errors were encountered: