Skip to content

Commit

Permalink
Merge pull request #32 from projectsyn/six-backup-sa-missing
Browse files Browse the repository at this point in the history
Fix backup ServiceAccount missing
  • Loading branch information
bastjan authored Apr 7, 2022
2 parents 0c91df1 + 5cb9362 commit bdb6b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/backup.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ local backupPod = backup.PreBackupPod(

if params.backup.enabled then {
'31_schedule': [ backupSecret, bucketSecret, schedule ],
'32_backup': [ backupConfig, backupPod ],
'32_backup': [ backupConfig, backupPod, backupSA ],
} else {}

0 comments on commit bdb6b5d

Please sign in to comment.