osinfra-io / terraform-google-kubernetes-engine

Terraform example module for Google Cloud Platform Kubernetes Engine cluster.
https://www.osinfra.io
GNU General Public License v2.0
1 stars 0 forks source link

Gatekeeper modifies labels #100

Open brettcurtis opened 1 month ago

brettcurtis commented 1 month ago
  # module.kubernetes_engine_onboarding.kubernetes_namespace_v1.this["gatekeeper-system"] will be updated in-place
  ~ resource "kubernetes_namespace_v1" "this" {
        id                               = "gatekeeper-system"
        # (1 unchanged attribute hidden)

      ~ metadata {
          ~ labels           = {
              - "admission.gatekeeper.sh/ignore" = "no-self-managing" -> null
                # (1 unchanged element hidden)
            }
            name             = "gatekeeper-system"
            # (5 unchanged attributes hidden)
        }
    }