1
0
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:
xgoffin 2021-09-29 07:55:26 +02:00 committed by GitHub
parent c3ace1a852
commit 3351250eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -438,6 +438,7 @@ func kubernetesDeployMetadata() config.StepData {
{
Name: "dockerConfigFileVaultSecretName",
Type: "vaultSecretFile",
Default: "docker-config",
},
},
Scope: []string{"PARAMETERS"},

View File

@ -299,6 +299,7 @@ spec:
type: secret
- type: vaultSecretFile
name: dockerConfigFileVaultSecretName
default: docker-config
containers:
- image: dtzar/helm-kubectl:3.4.1
workingDir: /config