Skip to content

Commit

Permalink
fix statefullset yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Paskal <[email protected]>
  • Loading branch information
maksim-paskal committed Sep 10, 2024
1 parent b8dfa60 commit 7a84c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chart/templates/nfs-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ spec:
app: nfs-server
spec:
priorityClassName: system-cluster-critical
containers:
{{ if .Values.deployments.nfs.server.affinity }}
affinity:
{{ toYaml .Values.deployments.nfs.server.affinity | indent 8 }}
Expand All @@ -48,6 +47,7 @@ spec:
tolerations:
{{ toYaml .Values.deployments.nfs.server.tolerations | indent 6 }}
{{ end }}
containers:
- name: nfs-server
# git clone [email protected]:sjiveson/nfs-server-alpine.git
# cd nfs-server-alpine
Expand Down

0 comments on commit 7a84c8a

Please sign in to comment.