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
The tooltip doesn't work in all cases and hence, is misleading. It speaks about sending variables to services of stack, which is not suitable for the case below.
I suggest changing it to:
For Kubernetes manifest
To use variables from Configuration->"Environment Variables", reference them in
the application definition below by e.g. ${MY-ENV-VAR}. Consult environment variables definition and
substitution for Kubernetes manifest.
For Docker compose
To use variables from Configuration->"Environment Variables", reference them in
the application definition below by e.g. ${MY-ENV-VAR}. Consult environment variables definition and
substitution for Docker compose.
The text was updated successfully, but these errors were encountered:
The tooltip doesn't work in all cases and hence, is misleading. It speaks about
sending
variables toservices
ofstack
, which is not suitable for the case below.I suggest changing it to:
For Kubernetes manifest
For Docker compose
The text was updated successfully, but these errors were encountered: