Skip to content

Commit cd5fefc

Browse files
committed
Allow setting TLS-related options
1 parent afc0f8d commit cd5fefc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

lib/control-plane/base/kustomization.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ secretGenerator:
1212

1313
resources:
1414
- 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+
options:
29+
create: true

lib/control-plane/base/openstackcontrolplane.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,4 @@ spec:
292292
logging:
293293
enabled: false
294294
port: 10514
295+
tls: {}

0 commit comments

Comments
 (0)