Skip to content

Commit

Permalink
Pass extra ansible vars to kickstart task
Browse files Browse the repository at this point in the history
  • Loading branch information
jordigilh committed Feb 3, 2022
1 parent ddec12f commit 21068e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/rfe-pipelines/templates/rfe-kickstart-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
- name: kickstart-path
description: Path containing the kickstart
type: string
- name: extra-template-values
description: Additional template values to be replaced in the kickstart.ks
type: string
workspaces:
- name: shared-workspace
tasks:
Expand Down Expand Up @@ -73,6 +76,8 @@ spec:
value: /workspace/workspace/kickstarts/$(params.kickstart-path)
- name: kickstart-destination-dir
value: /workspace/workspace/kickstarts
- name: extra-ansible-variables
value: $(params.extra-template-values)
runAfter:
- "git-clone-kickstarts"
- "git-clone-tooling"
Expand Down

0 comments on commit 21068e7

Please sign in to comment.