Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#290 from fmount/uni02beta
Browse files Browse the repository at this point in the history
Enable Manila in uni02beta

Manila is disabled in uni02beta because of the missing enabled parameter replacement. This patch is supposed to enable it.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 14, 2024
2 parents 97bac1d + df80bec commit b40e104
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 b40e104

Please sign in to comment.