1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

fix: remove invalid secret references (#5292)

This commit is contained in:
Christopher Fenner
2025-03-07 12:50:28 +01:00
committed by GitHub
parent f13c273b63
commit b5e18ffdff
4 changed files with 0 additions and 14 deletions

View File

@@ -252,11 +252,6 @@ func malwareExecuteScanMetadata() config.StepData {
Param: "custom/dockerConfigJSON",
},
{
Name: "dockerConfigJsonCredentialsId",
Type: "secret",
},
{
Name: "dockerConfigFileVaultSecretName",
Type: "vaultSecretFile",

View File

@@ -429,11 +429,6 @@ func mtaBuildMetadata() config.StepData {
Param: "custom/repositoryPassword",
},
{
Name: "mtaDeploymentRepositoryPasswordId",
Type: "secret",
},
{
Name: "mtaDeploymentRepositoryPasswordFileVaultSecretName",
Type: "vaultSecretFile",

View File

@@ -33,8 +33,6 @@ spec:
resourceRef:
- name: commonPipelineEnvironment
param: custom/dockerConfigJSON
- name: dockerConfigJsonCredentialsId
type: secret
- type: vaultSecretFile
name: dockerConfigFileVaultSecretName
default: docker-config

View File

@@ -168,8 +168,6 @@ spec:
param: custom/mavenRepositoryPassword
- name: commonPipelineEnvironment
param: custom/repositoryPassword
- name: mtaDeploymentRepositoryPasswordId
type: secret
- type: vaultSecretFile
name: mtaDeploymentRepositoryPasswordFileVaultSecretName
default: mta-deployment-repository-passowrd