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
Hey! Since docker v20.10.x there's a way to load docker secret using env vars when buildkit is enabled. Can it supported by skaffold? I can't find any reference in the docs, but i found this allowing to read secrets from a file.
The text was updated successfully, but these errors were encountered:
@abhishiekgowtham this seems doable if we can add env: field and make it mutually exclusive with src: in the linked schema section.
@alex-dixon I doubt this help with variable expansion in src: field but you could do export MY_ENV="$(cat $HOME/file)" while running skaffold (with a tool like direnv)?
Hey! Since docker v20.10.x there's a way to load docker secret using env vars when buildkit is enabled. Can it supported by skaffold? I can't find any reference in the docs, but i found this allowing to read secrets from a file.
The text was updated successfully, but these errors were encountered: