Skip to content

Commit

Permalink
Remove changing label from volumeClaimTemplate
Browse files Browse the repository at this point in the history
Otherwise updates are not possible. See this issue [1] for more details.

[1] helm/charts#7803

Signed-off-by: Simon Rüegg <simon.ruegg@vshn.ch>
  • Loading branch information
Simon Rüegg committed Jun 14, 2019
1 parent 588485b commit 5a21eeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stardog/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ spec:
name: data
labels:
app.kubernetes.io/name: {{ include "stardog.name" . }}
helm.sh/chart: {{ include "stardog.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
Expand Down

0 comments on commit 5a21eeb

Please sign in to comment.