Skip to content

Commit

Permalink
kopipe
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazuki committed Sep 3, 2022
1 parent ae37486 commit 42bc251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/k8s/load-balancer-controller.tf
Expand Up @@ -77,7 +77,7 @@ resource "kubernetes_service_account" "load-balancer-controller" {
automount_service_account_token = true
}

resource "kubernetes_labels" "example" {
resource "kubernetes_labels" "pod-readiness-gate-inject" {
api_version = "v1"
kind = "Namespace"
metadata {
Expand Down

0 comments on commit 42bc251

Please sign in to comment.