File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: custom-mutating-webhook
33description : A Helm chart for the custom-mutating-webhook deployment
44
55type : application
6- version : 0.1.2
7- appVersion : 0.1.2
6+ version : 0.1.3
7+ appVersion : 0.1.3
Original file line number Diff line number Diff line change 2626 - name : certs-volume
2727 readOnly : true
2828 mountPath : " /certs"
29+ {{- if .Values.resources }}
30+ resources :
31+ {{- toYaml .Values.resources | nindent 10 }}
32+ {{- end }}
2933 {{- with .Values.tolerations }}
3034 tolerations : {{ toYaml . | nindent 8 }}
3135 {{- end }}
Original file line number Diff line number Diff line change 11replicas : 1
22
33namespace : webhooks
4-
4+ resources : {}
55secrets :
66 create : false # Indicates if the secret should be created (can be false if the secret already exists)
77 tls_crt : " "
You can’t perform that action at this time.
0 commit comments