Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 18 Jan 21:46
· 130 commits to master since this release
87ac1cf

Modules affected

  • k8s-namespace [BACKWARDS INCOMPATIBLE]
  • k8s-service-account [BACKWARDS INCOMPATIBLE]

Description

  • The RBAC roles and RBAC role bindings are now managed using the kubernetes provider as opposed to kubectl.

Migration guide

This is a backwards incompatible change. Specifically, the modules no longer need to specify a kubectl_config_context_name and kubectl_config_path. Additionally, we now require the number of rbac roles to be passed in as a variable to work around a terraform limitation with looping interpolated lists.

Reference