Skip to content

Commit

Permalink
removed hardcoded value
Browse files Browse the repository at this point in the history
  • Loading branch information
Princess4ogb committed Feb 27, 2024
1 parent 61886ec commit 23e27eb
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"
claim_name = kubernetes_persistent_volume_claim.persistent-volume-claim.name
}
}
}
Expand Down

0 comments on commit 23e27eb

Please sign in to comment.