Skip to content

Commit

Permalink
chore: add link to example configmaps for pipelines to README of each
Browse files Browse the repository at this point in the history
pipeline

this commit adds a link to example configmaps for each pipeline in each
pipeline's README.

Signed-off-by: Karel Simon <ksimon@redhat.com>
  • Loading branch information
ksimon1 committed Apr 2, 2024
1 parent ff79166 commit 4d7d3ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/pipelines/windows-bios-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The Pipeline implements this by spinning up a new VirtualMachine which boots fro
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-bios-installer/configmaps).

Pipeline run with resolver:
```yaml
Expand Down
1 change: 1 addition & 0 deletions release/pipelines/windows-customize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The provided reference ConfigMap (`windows-sqlserver`) boots Windows 10, 11 or W
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-customize/configmaps).

Pipeline runs with resolvers:
```yaml
Expand Down
1 change: 1 addition & 0 deletions release/pipelines/windows-efi-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ After the ISO is modified it creates a new VirtualMachine which boots from the m
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer/configmaps).

Pipeline runs with resolvers:
```yaml
Expand Down
1 change: 1 addition & 0 deletions templates-pipelines/windows-bios-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The Pipeline implements this by spinning up a new VirtualMachine which boots fro
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-bios-installer/configmaps).

Pipeline run with resolver:
{% for item in pipeline_runs_yaml %}
Expand Down
1 change: 1 addition & 0 deletions templates-pipelines/windows-customize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The provided reference ConfigMap (`windows-sqlserver`) boots Windows 10, 11 or W
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-customize/configmaps).

Pipeline runs with resolvers:
{% for item in pipeline_runs_yaml %}
Expand Down
1 change: 1 addition & 0 deletions templates-pipelines/windows-efi-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ After the ISO is modified it creates a new VirtualMachine which boots from the m
## How to run

Before you create PipelineRuns, you must create ConfigMaps with an autounattend.xml in the same namespace in which the VirtualMachine will be created.
Examples of ConfigMaps can be found [here](https://github.com/kubevirt/kubevirt-tekton-tasks/tree/main/release/pipelines/windows-efi-installer/configmaps).

Pipeline runs with resolvers:
{% for item in pipeline_runs_yaml %}
Expand Down

0 comments on commit 4d7d3ec

Please sign in to comment.