Skip to content

Commit

Permalink
Enable Manila in uni02beta
Browse files Browse the repository at this point in the history
Manila is disabled in uni02beta because of the missing enabled parameter
replacement. This patch is supposed to enable it.

Signed-off-by: Francesco Pantano <[email protected]>
  • Loading branch information
fmount committed Jun 14, 2024
1 parent 97bac1d commit df80bec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ replacements:
options:
create: true
# Manila
- source:
kind: ConfigMap
name: service-values
fieldPath: data.manila.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.manila.enabled
options:
create: true
- source:
kind: ConfigMap
name: service-values
Expand Down

0 comments on commit df80bec

Please sign in to comment.