Skip to content

Commit

Permalink
Fix missing octavia-ca-passphrase secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lavraham authored Oct 7, 2024
1 parent 810f707 commit fafcadc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dt/uni04delta-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

secretGenerator:
- name: octavia-ca-passphrase
literals:
- server-ca-passphrase=12345678
options:
disableNameSuffixHash: true

transformers:
- |-
apiVersion: builtin
Expand Down

0 comments on commit fafcadc

Please sign in to comment.