Skip to content

Sholung/use kubeconfig directly

Sean Holung requested to merge sholung/use-kubeconfig-directly into master

reference kubeconfig directly instead of indirectly going through provider object.

This will allow us to export config as secret value and stop exporting the provider itself and handle the sensitive data issue for now.

Merge request reports