diff options
author | 2025-09-12 13:15:51 -0700 | |
---|---|---|
committer | 2025-09-12 13:16:36 -0700 | |
commit | eacb2769ff4172033e5896c4d661a5938515e4ee (patch) | |
tree | e97a9a9112a49f1b981b00cb6ec4d36d63e13266 /rpi5/sonarr/backup.yaml | |
parent | e2098b2edf4e4b70befb6b78b2072464932f930a (diff) | |
download | anshulg-cluster-eacb2769ff4172033e5896c4d661a5938515e4ee.tar.gz anshulg-cluster-eacb2769ff4172033e5896c4d661a5938515e4ee.tar.zst anshulg-cluster-eacb2769ff4172033e5896c4d661a5938515e4ee.zip |
Revert "Remove linkerd injection from sonarr backup"
This reverts commit c8213ad903a29b9cbc6015c6cbb5dd664a3aeb41.
The failures were caused by an expired certificate.
Diffstat (limited to '')
-rw-r--r-- | rpi5/sonarr/backup.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpi5/sonarr/backup.yaml b/rpi5/sonarr/backup.yaml index 28c4c00f..a9facc7c 100644 --- a/rpi5/sonarr/backup.yaml +++ b/rpi5/sonarr/backup.yaml @@ -7,6 +7,9 @@ spec: jobTemplate: spec: template: + metadata: + annotations: + linkerd.io/inject: enabled spec: initContainers: - name: sonarr-backup |