1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

Don't configure secret with config file (#2866)

This commit is contained in:
Oliver Feldmann
2021-06-14 15:42:23 +02:00
committed by GitHub
parent fe5ce61d9e
commit f9bfb037a0
2 changed files with 1 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ func kanikoExecuteMetadata() config.StepData {
Type: "vaultSecretFile",
},
},
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Scope: []string{"PARAMETERS"},
Type: "string",
Mandatory: false,
Aliases: []config.Alias{},