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 17, 2025
1 parent dddde54 commit 6863a18
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 @@ -24,7 +24,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 6863a18

Please sign in to comment.