Skip to content

Commit

Permalink
terraform code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess4ogb committed Feb 27, 2024
1 parent a25067e commit 61886ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ resource "kubernetes_deployment" "main" {
volume {
name = "traefik-certs"
persistent_volume_claim {
claim_name = "persistent-volume-claim-2"
claim_name = "persistent-volume-claim"
}
}
}
Expand Down

0 comments on commit 61886ec

Please sign in to comment.