Skip to content

Commit 8ad6130

Browse files
committed
Remove labels object from svai pod
1 parent 9d6e16a commit 8ad6130

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

stable/svai/Chart.yaml

+1-1
Original file line numberDiff line numberDiff 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.1.8
18+
version: 0.1.9
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

stable/svai/templates/deployment.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ spec:
1818
{{- end }}
1919
labels:
2020
{{- include "svai.selectorLabels" . | nindent 8 }}
21-
{{- toYaml .Values.selectorLabels | nindent 8 }}
2221
spec:
2322
serviceAccountName: {{ include "svai.serviceAccountName" . }}
2423
containers:

0 commit comments

Comments
 (0)