diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 1b5222c..621649b 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -5,7 +5,7 @@ metadata: labels: app: go_hello spec: - replicas: {{ .values.replicaCount }} + replicas: {{ .Values.replicaCount }} selector: matchLabels: app: go_hello diff --git a/helm/values.dev.yaml b/helm/values.dev.yaml deleted file mode 100644 index d6b6855..0000000 --- a/helm/values.dev.yaml +++ /dev/null @@ -1 +0,0 @@ -replicaCount: 1 \ No newline at end of file