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

Manifests plan and apply drift #12

Open
brettcurtis opened this issue Sep 29, 2024 · 0 comments
Open

Manifests plan and apply drift #12

brettcurtis opened this issue Sep 29, 2024 · 0 comments
Labels
bug Something is not working

Comments

@brettcurtis
Copy link
Contributor

  # module.kubernetes_datadog_operator_manifests.kubernetes_manifest.kubernetes_monitor_templates["crash-loop-backoff"] will be updated in-place
  ~ resource "kubernetes_manifest" "kubernetes_monitor_templates" {
      ~ object   = {
          ~ spec       = {
                name              = "[Kubernetes: plt-us-east1-b-sb] Pods in CrashLoopBackOff"
              ~ options           = {
                  ~ thresholds             = {
                      + warning          = (known after apply)
  # module.kubernetes_datadog_operator_manifests.kubernetes_manifest.agent will be updated in-place
  ~ resource "kubernetes_manifest" "agent" {
      ~ object   = {
          ~ spec       = {
              ~ override = {
                  ~ clusterAgent = {
                      ~ env                  = null -> []
                        name                 = null
                        # (22 unchanged attributes hidden)
                    }
                  ~ nodeAgent    = {
                      ~ image                = {
                          ~ jmxEnabled  = null -> false
                            name        = "agent"
                            # (3 unchanged attributes hidden)
                        }
                        name                 = null
                      ~ tolerations          = null -> []
@ghost ghost removed the bug label Oct 19, 2024
@brettcurtis brettcurtis added the bug Something is not working label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working
Projects
Development

No branches or pull requests

1 participant