summaryrefslogtreecommitdiffstats
path: root/charts/aaf-sms/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aaf-sms/templates/deployment.yaml')
-rw-r--r--charts/aaf-sms/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-sms/templates/deployment.yaml b/charts/aaf-sms/templates/deployment.yaml
index 189cc0d..ed24f67 100644
--- a/charts/aaf-sms/templates/deployment.yaml
+++ b/charts/aaf-sms/templates/deployment.yaml
@@ -81,7 +81,7 @@ spec:
- mountPath: /sms/auth
name: {{ include "common.fullname" . }}-auth
resources:
-{{ include "common.resources" . | indent 12 }}
+{{ include "common.resources" . | indent 10 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}