Skip to content

Commit

Permalink
fix: fix param in sts
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve authored and guerzon committed Nov 15, 2023
1 parent 9ce6fe7 commit 539f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaultwarden/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
httpGet:
path: /alive
port: 8080
initialDelaySeconds: 5
initialDelaySeconds: 5
{{- if .Values.data }}
volumeMounts:
- name: {{ .Values.data.name }}
Expand Down

0 comments on commit 539f821

Please sign in to comment.