Skip to content

Commit

Permalink
Add privileged in postgres-backup pod in order to run blobfuse. Refer…
Browse files Browse the repository at this point in the history
  • Loading branch information
chance committed Jul 22, 2022
1 parent 1a9b266 commit 4d778be
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 76 deletions.
2 changes: 1 addition & 1 deletion database-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# Change Histroy:
# v0.1.4 - Remove nodeSelector section
Expand Down
2 changes: 2 additions & 0 deletions database-backup/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
containers:
- name: {{ .Release.Name }}-database-backup-pod
image: {{ .Values.cronjob.image }}
securityContext:
privileged: true
volumeMounts:
- mountPath: "/pg_backup"
name: backup-volume
Expand Down
Binary file added docs/database-backup-0.1.5.tgz
Binary file not shown.
Loading

0 comments on commit 4d778be

Please sign in to comment.