commands_secrets.go 96 B

1234567
  1. // +build dfsecrets
  2. package instructions
  3. func isSecretMountsSupported() bool {
  4. return true
  5. }