Skip to content

v0.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 17:41
77dc7dd
feat: add k8s provider config variables @dotCipher (#78)

what

  • Adds variable for kubernetes.load_config_file configuration via kubernetes_load_config_file
  • Add variable for kubernetes.config_path configuration via kubernetes_config_path

why

  • Allow bypassing issues with clusters provisioned with different users by migrating from null config map resource to native kubernetes provider config map resource

references