2.3.0
Changed
- change
k3d.configureComponents
so thatnull
values disable single components so they won't be installed.
This is useful if default components like the blueprint-operator have to be disabled.- Example:
k3d.configureComponents(["k8s-minio": ["version": "latest", "helmRepositoryNamespace": "k8s"], "k8s-blueprint-operator": null])
- Example: