Skip to content

Commit

Permalink
Fixed whitespace tabs/spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Searcy <[email protected]>
  • Loading branch information
phenixblue authored and scottrigby committed Mar 7, 2019
1 parent 23a4de7 commit bc64376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/database/database-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
initContainers:
- name: "remove-lost-found"
image: {{ .Values.database.internal.image.repository }}:{{ .Values.database.internal.image.tag }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
command: ["rm", "-Rf", "/var/lib/postgresql/data/lost+found"]
volumeMounts:
- name: database-data
Expand Down

0 comments on commit bc64376

Please sign in to comment.