summaryrefslogtreecommitdiffstats
path: root/charts/aaf-locate/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aaf-locate/templates/deployment.yaml')
-rw-r--r--charts/aaf-locate/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts/aaf-locate/templates/deployment.yaml b/charts/aaf-locate/templates/deployment.yaml
index 2adb92d..6e69f2c 100644
--- a/charts/aaf-locate/templates/deployment.yaml
+++ b/charts/aaf-locate/templates/deployment.yaml
@@ -88,7 +88,7 @@ spec:
initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
periodSeconds: {{ .Values.readiness.periodSeconds }}
resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 10 }}