Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check out why a few of the resulting ConfigMap arguments are not being set, and require further refresh #5

Closed
webyneter opened this issue Jun 4, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@webyneter
Copy link
Owner

An excerpt from a real plan:

  # module.app_envs_configmap.kubernetes_config_map.unique has been changed
  ~ resource "kubernetes_config_map" "unique" {
      + binary_data = {}
        id          = "default/app-envs-configmap-40dc2471"
        # (1 unchanged attribute hidden)

      ~ metadata {
          + annotations      = {}
          + labels           = {}
            name             = "app-envs-configmap-40dc2471"
            # (4 unchanged attributes hidden)
        }
    }
@webyneter webyneter self-assigned this Jun 4, 2021
@webyneter webyneter added the bug Something isn't working label Jun 4, 2021
@webyneter
Copy link
Owner Author

These are added by the cloud provider, and it's okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant