treasuremap/type/skiff/manifests/bootstrap.yaml

28 lines
541 B
YAML

---
schema: armada/Manifest/v1
metadata:
schema: metadata/Document/v1
replacement: true
name: cluster-bootstrap
labels:
name: cluster-bootstrap-type
layeringDefinition:
abstract: false
layer: type
parentSelector:
name: cluster-bootstrap-global
actions:
- method: replace
path: .chart_groups
storagePolicy: cleartext
data:
release_prefix: airship
chart_groups:
- osh-infra-nfs-provisioner
- ucp-core
- ucp-keystone
- ucp-shipyard
- ucp-armada
- ucp-deckhand
...