Skip to content

Commit

Permalink
fix(local): fix adhoc-jobs-podquota name (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 15, 2023
1 parent b1f442f commit 77272a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/env/local/namespaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resource "kubernetes_namespace" "adhoc-job-namespace" {

resource "kubernetes_resource_quota" "adhoc-jobs-podquota" {
metadata {
name = "api-jobs-podquota"
name = "adhoc-jobs-podquota"
namespace = kubernetes_namespace.api-job-namespace.metadata[0].name
}
spec {
Expand Down

0 comments on commit 77272a9

Please sign in to comment.