From db81ed72b569d6a685dcc6fe2e514e918d4cb1ab Mon Sep 17 00:00:00 2001
From: Arie Peterson <arie@greenhost.nl>
Date: Thu, 16 Dec 2021 14:44:02 +0100
Subject: [PATCH] Update wordpress' mariadb pod annotations reflecting changed
 helm value name

---
 flux2/apps/wordpress/wordpress-values-configmap.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux2/apps/wordpress/wordpress-values-configmap.yaml b/flux2/apps/wordpress/wordpress-values-configmap.yaml
index cdf1c37e5..c61fa74f3 100644
--- a/flux2/apps/wordpress/wordpress-values-configmap.yaml
+++ b/flux2/apps/wordpress/wordpress-values-configmap.yaml
@@ -63,7 +63,7 @@ data:
           ## Enable MariaDB persistence using Persistent Volume Claims.
           enabled: true
           existingClaim: "wordpress-mariadb"
-        annotations:
+        podAnnotations:
           # Let the backup system include nextcloud database data.
           backup.velero.io/backup-volumes: "data"
         resources:
-- 
GitLab