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 afc0f8d commit cd5fefcCopy full SHA for cd5fefc
lib/control-plane/base/kustomization.yaml
@@ -12,3 +12,18 @@ secretGenerator:
12
13
resources:
14
- openstackcontrolplane.yaml
15
+
16
+replacements:
17
+ - source:
18
+ kind: ConfigMap
19
+ name: service-values
20
+ fieldPath: data.tls
21
+ options:
22
+ create: true
23
+ targets:
24
+ - select:
25
+ kind: OpenStackControlPlane
26
+ fieldPaths:
27
+ - spec.tls
28
29
lib/control-plane/base/openstackcontrolplane.yaml
@@ -292,3 +292,4 @@ spec:
292
logging:
293
enabled: false
294
port: 10514
295
+ tls: {}
0 commit comments