mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-25 19:11:18 -04:00
helm: deploy node operator on OpenStack
This commit is contained in:
parent
545091cf2f
commit
8559a1ef8b
3 changed files with 9 additions and 5 deletions
|
@ -7,14 +7,16 @@ dependencies:
|
||||||
- name: node-maintenance-operator
|
- name: node-maintenance-operator
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
tags:
|
tags:
|
||||||
|
- AWS
|
||||||
- Azure
|
- Azure
|
||||||
- GCP
|
- GCP
|
||||||
- AWS
|
- OpenStack
|
||||||
- QEMU
|
- QEMU
|
||||||
- name: constellation-operator
|
- name: constellation-operator
|
||||||
version: 0.0.0
|
version: 0.0.0
|
||||||
tags:
|
tags:
|
||||||
|
- AWS
|
||||||
- Azure
|
- Azure
|
||||||
- GCP
|
- GCP
|
||||||
- AWS
|
- OpenStack
|
||||||
- QEMU
|
- QEMU
|
||||||
|
|
|
@ -28,9 +28,10 @@
|
||||||
"csp": {
|
"csp": {
|
||||||
"description": "CSP to which the chart is deployed.",
|
"description": "CSP to which the chart is deployed.",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"AWS",
|
||||||
"Azure",
|
"Azure",
|
||||||
"GCP",
|
"GCP",
|
||||||
"AWS",
|
"OpenStack",
|
||||||
"QEMU"
|
"QEMU"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Set one of the tags to true to indicate which CSP you are deploying to.
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
||||||
tags:
|
tags:
|
||||||
Azure: false
|
|
||||||
GCP: false
|
|
||||||
AWS: false
|
AWS: false
|
||||||
|
Azure: false
|
||||||
|
OpenStack: false
|
||||||
|
GCP: false
|
||||||
QEMU: false
|
QEMU: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue