mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-30 05:59:39 +02:00
kubernetesDeploy: add resourceRef (custom/localHelmChartPath) (#3977)
This commit is contained in:
parent
5b581efc31
commit
5e305eca40
@ -262,7 +262,12 @@ func kubernetesDeployMetadata() config.StepData {
|
||||
},
|
||||
{
|
||||
Name: "chartPath",
|
||||
ResourceRef: []config.ResourceReference{},
|
||||
ResourceRef: []config.ResourceReference{
|
||||
{
|
||||
Name: "commonPipelineEnvironment",
|
||||
Param: "custom/localHelmChartPath",
|
||||
},
|
||||
},
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: false,
|
||||
|
@ -138,6 +138,9 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
resourceRef:
|
||||
- name: commonPipelineEnvironment
|
||||
param: custom/localHelmChartPath
|
||||
- name: containerRegistryPassword
|
||||
description: Password for container registry access - typically provided by the CI/CD environment.
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user