We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6df97 commit b8cf609Copy full SHA for b8cf609
charts/kube-cert-acm/templates/deployment.yaml
@@ -5,9 +5,7 @@ metadata:
5
labels:
6
{{- include "kube-cert-acm.labels" . | nindent 4 }}
7
spec:
8
-{{- if not .Values.autoscaling.enabled }}
9
replicas: {{ .Values.replicaCount }}
10
-{{- end }}
11
selector:
12
matchLabels:
13
{{- include "kube-cert-acm.selectorLabels" . | nindent 6 }}
0 commit comments