Skip to content

Commit

Permalink
rolled back change
Browse files Browse the repository at this point in the history
  • Loading branch information
alekc committed Oct 27, 2023
1 parent fee2cfb commit 18c1764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/resource_kubectl_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ metadata:

if !d.NewValueKnown("yaml_body") {
log.Printf("[TRACE] yaml_body value interpolated, skipping customized diff")
//d.SetNewComputed("yaml_body_parsed")
//d.SetNewComputed("yaml_incluster")
d.SetNewComputed("yaml_body_parsed")
d.SetNewComputed("yaml_incluster")
return nil
}

Expand Down

0 comments on commit 18c1764

Please sign in to comment.