terraform-kubernetes-namespace icon indicating copy to clipboard operation
terraform-kubernetes-namespace copied to clipboard

This repo contains a Module for managing Kubernetes Namespaces with Terraform.

Results 3 terraform-kubernetes-namespace issues
Sort by recently updated
recently updated
newest added

[skip ci] Removing former Grunts

## Description Fixes #28 ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. - [x] Run the relevant tests successfully, including pre-commit checks. - [ ]...

The `create_resources` variable controls both the namespace creation and the RBAC role creation. What if I want to create the namespace without the roles? I've described a workaround in https://github.com/orgs/gruntwork-io/discussions/722...

enhancement