feat: Deploy child payload from parent zarf package
This commit is contained in:
6592
packages/workloads/manifests/kairos-operator-rendered.yaml
Normal file
6592
packages/workloads/manifests/kairos-operator-rendered.yaml
Normal file
File diff suppressed because it is too large
Load Diff
19
packages/workloads/zarf.yaml
Normal file
19
packages/workloads/zarf.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
kind: ZarfPackageConfig
|
||||
metadata:
|
||||
name: deploy-kairos-operator
|
||||
# version: 0.0.1
|
||||
# description: |
|
||||
# "Deploys Kairos Operator"
|
||||
|
||||
components:
|
||||
- name: kairos-operator
|
||||
required: true
|
||||
manifests:
|
||||
- name: kairos-operator-kustomized
|
||||
files:
|
||||
- manifests/kairos-operator-rendered.yaml
|
||||
images:
|
||||
- quay.io/kairos/operator:v0.1.0-beta4
|
||||
# Possible images - kairos-operator
|
||||
- busybox:latest
|
||||
- quay.io/kairos/operator-node-labeler:v0.1.0-beta4
|
||||
Reference in New Issue
Block a user