Skip to content

Commit

Permalink
[znapzend] Fix service account placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Feb 29, 2020
1 parent 47dc10e commit dc0dc11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/znapzend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Znapzend Helm Chart for automated ZFS snapshot & replication

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.0
version: 0.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/znapzend/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
{{- include "znapzend.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
serviceName: {{ include "znapzend.serviceAccountName" . }}
selector:
matchLabels:
{{- include "znapzend.selectorLabels" . | nindent 6 }}
Expand All @@ -20,7 +21,6 @@ spec:
{{- end }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
serviceAccountName: {{ include "znapzend.serviceAccountName" . }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit dc0dc11

Please sign in to comment.