Add resources values to ui and controller (#95)

This commit is contained in:
Naseem 2019-08-16 12:36:37 -04:00 committed by Alex Collins
parent 8d281b387e
commit 77e638f55d
4 changed files with 7 additions and 1 deletions

View file

@ -38,3 +38,5 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
resources:
{{- toYaml .Values.controller.resources | nindent 12 }}