File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7373 fieldRef :
7474 fieldPath : metadata.namespace
7575 resources :
76- {{ with .Values.resources }}
76+ {{- with .Values.resources }}
7777 {{- toYaml . | nindent 10 }}
7878 {{- end }}
7979 volumeMounts :
9393 port : probes
9494 scheme : HTTP
9595 path : /readyz
96+ periodSeconds : 1
9697 priorityClassName : {{ .Values.priorityClassName }}
9798 securityContext :
98- {{ with .Values.securityContext }}
99+ {{- with .Values.securityContext }}
99100 {{- toYaml . | nindent 8}}
100101 {{- end }}
101102 volumes :
Original file line number Diff line number Diff line change 6363 readinessProbe :
6464 tcpSocket :
6565 port : serve
66+ periodSeconds : 1
6667 priorityClassName : {{ .Values.priorityClassName }}
6768 securityContext :
6869 {{ with .Values.securityContext }}
You can’t perform that action at this time.
0 commit comments