mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Missing default Vault path for parameter dockerConfigJSON in step kubernetesDeploy (#3128)
* fix(kubernetesDeploy): missing default dockerConfigJSON vault path * fix(kubernetesDeploy): re-generated step files
This commit is contained in:
parent
c3ace1a852
commit
3351250eb7
@ -436,8 +436,9 @@ func kubernetesDeployMetadata() config.StepData {
|
||||
},
|
||||
|
||||
{
|
||||
Name: "dockerConfigFileVaultSecretName",
|
||||
Type: "vaultSecretFile",
|
||||
Name: "dockerConfigFileVaultSecretName",
|
||||
Type: "vaultSecretFile",
|
||||
Default: "docker-config",
|
||||
},
|
||||
},
|
||||
Scope: []string{"PARAMETERS"},
|
||||
|
@ -299,6 +299,7 @@ spec:
|
||||
type: secret
|
||||
- type: vaultSecretFile
|
||||
name: dockerConfigFileVaultSecretName
|
||||
default: docker-config
|
||||
containers:
|
||||
- image: dtzar/helm-kubectl:3.4.1
|
||||
workingDir: /config
|
||||
|
Loading…
x
Reference in New Issue
Block a user