Updating charts to use common resource template
[oom.git] / kubernetes / uui / charts / uui-server / templates / deployment.yaml
index 0a73fff..f0d5d29 100644 (file)
@@ -46,7 +46,7 @@ spec:
             periodSeconds: {{ .Values.liveness.periodSeconds }}
           {{ end -}}
           resources:
-{{ toYaml (pluck .Values.flavor .Values.resources| first) | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
           readinessProbe:
             tcpSocket:
               port: {{ .Values.service.internalPort }}