Skip to content

Commit

Permalink
include labels
Browse files Browse the repository at this point in the history
  • Loading branch information
brunodasilvalenga committed Nov 15, 2021
1 parent aa7bb15 commit 3c1917e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions namespace.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ resource "kubernetes_namespace" "keda" {
metadata {
name = var.namespace
}

labels = {
"app.kubernetes.io/name" = var.helm_chart_release_name
"app.kubernetes.io/part-of" = "keda-operator"
"app.kubernetes.io/version" = var.helm_chart_version
}
}

0 comments on commit 3c1917e

Please sign in to comment.