Add missing naming policy for vFW_NextGen
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-zookeeper / templates / deployment.yaml
index 70df814..888bfd0 100644 (file)
@@ -54,7 +54,7 @@ spec:
             name: localtime
             readOnly: true
           resources:
-{{ toYaml .Values.resources | indent 12 }}
+{{ include "common.resources" . | indent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}