File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.2.1
18+ version : 0.2.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1919 {{- end }}
2020 labels :
2121 {{- include "single-container.selectorLabels" . | nindent 8 }}
22+ {{- if .Values.podLabels }}
2223 {{- toYaml .Values.podLabels | nindent 8 }}
24+ {{- end }}
2325 spec :
2426 {{- with .Values.imagePullSecrets }}
2527 imagePullSecrets :
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ metadata:
77 name : {{ $fullName }}
88 labels :
99 {{- include "single-container.labels" . | nindent 4 }}
10+ {{- if .Values.ingress.annotations }}
1011 {{- with .Values.ingress.annotations }}
1112 annotations :
1213 {{- toYaml . | nindent 4 }}
1314 {{- end }}
15+ {{- end }}
1416spec :
1517 {{- if .Values.ingress.ingressClassname }}
1618 ingressClassName : {{ .Values.ingress.ingressClassname }}
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ service:
5353
5454ingress :
5555 enabled : true
56- ingressClassName : defaultIngressClass
57- annotations :
58- acme.cert-manager.io/http01-edit-in-place : " true"
56+ # ingressClassName: ingressClassNmae
57+ # annotations:
58+ # acme.cert-manager.io/http01-edit-in-place: "true"
5959 hosts :
6060 - host : chart-example.local
6161 paths :
You can’t perform that action at this time.
0 commit comments