Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Oct 15, 2024
1 parent bbdc538 commit ac6a59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s-readonly.tf
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ resource "kubernetes_pod_disruption_budget" "hms_readonly" {

metadata {
name = "${local.hms_alias}-readonly"
namespace = var.metastore_namespace
}

spec {
Expand Down
1 change: 1 addition & 0 deletions k8s-readwrite.tf
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ resource "kubernetes_pod_disruption_budget" "hms_readwrite" {

metadata {
name = "${local.hms_alias}-readwrite"
namespace = var.metastore_namespace
}

spec {
Expand Down

0 comments on commit ac6a59b

Please sign in to comment.