diff --git a/charts/durpapi/templates/hpa.yaml b/charts/durpapi/templates/hpa.yaml index cf2143c..68d484d 100644 --- a/charts/durpapi/templates/hpa.yaml +++ b/charts/durpapi/templates/hpa.yaml @@ -1,7 +1,7 @@ apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: - name: {{ .Chart.Name }}-hpa + name: "{{ .Chart.Name }}-hpa" spec: scaleTargetRef: apiVersion: apps/v1 diff --git a/charts/durpapi/templates/service.yaml b/charts/durpapi/templates/service.yaml index ed7c056..396498f 100644 --- a/charts/durpapi/templates/service.yaml +++ b/charts/durpapi/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Chart.Name }}-service + name: "{{ .Chart.Name }}-service" spec: ports: - name: http