8 lines
98 B
Go
8 lines
98 B
Go
|
// +build !dfsecrets
|
||
|
|
||
|
package instructions
|
||
|
|
||
|
func isSecretMountsSupported() bool {
|
||
|
return false
|
||
|
}
|