feat: add resources to argo-rollouts deployment (#711)
- add destinationrule to clusterrolebinding Signed-off-by: Hui Kang <hui.kang@salesforce.com> Co-authored-by: Hui Kang <hui.kang@salesforce.com>
This commit is contained in:
parent
dbec4ad82e
commit
e39ccfe315
3 changed files with 6 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ rules:
|
|||
- networking.istio.io
|
||||
resources:
|
||||
- virtualservices
|
||||
- destinationrules
|
||||
verbs:
|
||||
- watch
|
||||
- get
|
||||
|
|
|
|||
|
|
@ -38,6 +38,10 @@ spec:
|
|||
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
|
||||
name: {{ .Values.controller.name }}
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
resources:
|
||||
{{- toYaml .Values.controller.resources | nindent 10 }}
|
||||
{{- if .Values.controller.nodeSelector }}
|
||||
nodeSelector:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue