canonical / operator-workflows

Apache License 2.0
6 stars 9 forks source link

Add support for canonical k8s #357

Open Thanhphan1147 opened 2 months ago

Thanhphan1147 commented 2 months ago

This PR adds an input use-canonical-k8s to the integration-test workflow to allow deploying juju applications on canonical-k8s.

For now, this parameter must be used in conjuction with provider: k8s so that action-operator bootstraps canonical-k8s as a generic cluster when creating the juju controller.

action-operator will add support for canonical-k8s in the future. Until then, this will be used as a workaround since it's needed to test workflows running on canonical-k8s.

Checklist