File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : kafka-ui
33description : A Helm chart for kafka-UI
44type : application
5- version : 1.4.8
5+ version : 1.4.9
66appVersion : v1.0.0
77icon : https://raw.githubusercontent.com/kafbat/kafka-ui/main/documentation/images/logo_new.png
Original file line number Diff line number Diff line change 1414 - Egress
1515 egress :
1616 {{- if .Values.networkPolicy.egressRules.customRules }}
17- {{- toYaml .Values.networkPolicy.egressRules.customRules | nindent 4 }}
17+ {{- tpl ( toYaml .Values.networkPolicy.egressRules.customRules) $ | nindent 4 }}
1818 {{- end }}
1919{{- end }}
Original file line number Diff line number Diff line change 1414 - Ingress
1515 ingress :
1616 {{- if .Values.networkPolicy.ingressRules.customRules }}
17- {{- toYaml .Values.networkPolicy.ingressRules.customRules | nindent 4 }}
17+ {{- tpl ( toYaml .Values.networkPolicy.ingressRules.customRules) $ | nindent 4 }}
1818 {{- end }}
1919{{- end }}
You can’t perform that action at this time.
0 commit comments