Skip to content

Commit

Permalink
ignore changes to data also
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 11, 2025
1 parent 4f091f7 commit 43be50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "kubernetes_secret" "kiali_grafana" {
grafana_password = data.kubernetes_secret.grafana_admin.data["admin-password"]
}
lifecycle {
ignore_changes = [metadata]
ignore_changes = [metadata, data]
}
}

Expand Down

0 comments on commit 43be50c

Please sign in to comment.