helm: deploy node operator on OpenStack

This commit is contained in:
Malte Poll 2023-03-17 13:39:37 +01:00 committed by Malte Poll
parent 545091cf2f
commit 8559a1ef8b
3 changed files with 9 additions and 5 deletions

View File

@ -7,14 +7,16 @@ dependencies:
- name: node-maintenance-operator
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- AWS
- OpenStack
- QEMU
- name: constellation-operator
version: 0.0.0
tags:
- AWS
- Azure
- GCP
- AWS
- OpenStack
- QEMU

View File

@ -28,9 +28,10 @@
"csp": {
"description": "CSP to which the chart is deployed.",
"enum": [
"AWS",
"Azure",
"GCP",
"AWS",
"OpenStack",
"QEMU"
]
},

View File

@ -1,6 +1,7 @@
# Set one of the tags to true to indicate which CSP you are deploying to.
tags:
Azure: false
GCP: false
AWS: false
Azure: false
OpenStack: false
GCP: false
QEMU: false