Commit 0aa397f1 authored by Nick White's avatar Nick White

upper level resource

parent b0e0ea1c
...@@ -13,7 +13,7 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" { ...@@ -13,7 +13,7 @@ resource "kubernetes_deployment" "aws_cluster_autoscaler_deployment" {
spec { spec {
replicas = 1 replicas = 1
selector = { selector {
match_labels = { match_labels = {
app = "aws-cluster-autoscaler" app = "aws-cluster-autoscaler"
instance = "aws-cluster-autoscaler-deploy" instance = "aws-cluster-autoscaler-deploy"
......
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