We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e963f7e commit 4784a77Copy full SHA for 4784a77
1 file changed
charts/argocd-understack/values.yaml
@@ -111,6 +111,13 @@ global:
111
# @default -- true
112
enabled: true
113
114
+ # -- OpenEBS
115
+ openebs:
116
+ # -- Enable/disable deploying OpenEBS
117
+ # @default -- true
118
+ enabled: true
119
+
120
121
# -- OpenStack Resource Controller operator
122
openstack_resource_controller:
123
# -- Enable/disable deploying OpenStack Resource Controller
@@ -141,12 +148,6 @@ global:
141
148
142
149
143
150
144
- # -- OpenEBS
145
- openebs:
146
- # -- Enable/disable deploying OpenEBS
147
- # @default -- true
- enabled: true
-
151
# Sealed Secrets operator
152
sealed_secrets:
153
# -- Enable/disable deploying sealed secrets
0 commit comments