Skip to content

Commit fafcadc

Browse files
authored
Fix missing octavia-ca-passphrase secret
1 parent 810f707 commit fafcadc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dt/uni04delta-ipv6/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
apiVersion: kustomize.config.k8s.io/v1alpha1
33
kind: Component
44

5+
secretGenerator:
6+
- name: octavia-ca-passphrase
7+
literals:
8+
- server-ca-passphrase=12345678
9+
options:
10+
disableNameSuffixHash: true
11+
512
transformers:
613
- |-
714
apiVersion: builtin

0 commit comments

Comments
 (0)