1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-30 05:59:39 +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

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

View File

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