Commit 981c692e authored by Danny's avatar Danny

renamed app to k8s app

parent 11fa2c28
...@@ -20,6 +20,8 @@ resource "kubernetes_deployment" "kubernetes_dashboard_deployment" { ...@@ -20,6 +20,8 @@ resource "kubernetes_deployment" "kubernetes_dashboard_deployment" {
template { template {
metadata { metadata {
namespace = "kube-system"
labels { labels {
"k8s-app" = "kubernetes-dashboard" "k8s-app" = "kubernetes-dashboard"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment