Skip to content

2.3.0

Compare
Choose a tag to compare
@nhinze23 nhinze23 released this 11 Sep 11:57
· 13 commits to develop since this release
2.3.0
b14b80e

Changed

  • change k3d.configureComponents so that null 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])