File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 6868 imagePullPolicy : {{ .Values.imagePullPolicy }}
6969 name : trident-operator
7070 resources :
71- requests :
72- cpu : " 10m"
73- memory : " 40Mi"
74- limits :
75- cpu : " 20m"
76- memory : " 80Mi"
71+ {{- toYaml .Values.operatorResources | nindent 10 }}
7772 {{- if and (eq .Values.cloudProvider "Azure") (eq .Values.cloudIdentity "") }}
7873 volumes :
7974 - name : azure-cred
Original file line number Diff line number Diff line change @@ -74,6 +74,15 @@ operatorImage: ""
7474# operatorImageTag allows overriding the tag of the trident-operator image.
7575operatorImageTag : " "
7676
77+ # operatorResources permits configuring the trident-operator resources.
78+ operatorResources :
79+ requests :
80+ cpu : " 10m"
81+ memory : " 40Mi"
82+ limits :
83+ cpu : " 20m"
84+ memory : " 80Mi"
85+
7786
7887# tridentIPv6 allows enabling Trident to work in IPv6 clusters.
7988tridentIPv6 : false
You can’t perform that action at this time.
0 commit comments