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 74b09c5 commit 99c9c74Copy full SHA for 99c9c74
examples/dt/nova/nova04delta/control-plane/service-values.yaml
@@ -7,6 +7,7 @@ metadata:
7
annotations:
8
config.kubernetes.io/local-config: "true"
9
data:
10
+ storageClass: local-storage
11
preserveJobs: false
12
neutron:
13
customServiceConfig: |
@@ -17,6 +18,11 @@ data:
17
18
nicMappings:
19
datacentre: ospbr
20
glance:
21
+ # FIXME: kustomize needs spec.glance.template.storage.storageClass for architecture/lib/control-plane component.
22
+ # Perhaps there is a bug in that component, since this value should be propagated by oscp operator from `spec.storageClass`.
23
+ template:
24
+ storage:
25
26
27
[DEFAULT]
28
enabled_backends = default_backend:swift
0 commit comments