Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jjno91 committed Nov 20, 2020
1 parent ef9d531 commit 69cbc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "kubernetes_namespace" "this" {

resource "kubernetes_deployment" "this" {
wait_for_rollout = var.wait_for_rollout

metadata {
name = "jenkins"
namespace = kubernetes_namespace.this.metadata[0].name
Expand Down

0 comments on commit 69cbc42

Please sign in to comment.