You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
helmExecute: opt out from template parsing (#4511)
Add option to opt out from helm template parsing Co-authored-by: Linda Siebert <linda.siebert@sap.com> Co-authored-by: Alexander Link <33052602+alxsap@users.noreply.github.com>
This commit is contained in:
@@ -360,6 +360,13 @@ spec:
|
||||
scope:
|
||||
- STEPS
|
||||
- PARAMETERS
|
||||
- name: renderValuesTemplate
|
||||
type: bool
|
||||
description: A flag to turn templating value files on or off.
|
||||
default: true
|
||||
scope:
|
||||
- STEPS
|
||||
- PARAMETERS
|
||||
containers:
|
||||
- image: dtzar/helm-kubectl:3
|
||||
workingDir: /config
|
||||
|
||||
Reference in New Issue
Block a user