From 2da6ec1c394a4e4401709e2a68eb8492afc08e24 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Wed, 11 Dec 2024 11:04:40 +0100 Subject: [PATCH] Fix wrong Nextcloud claim in e2e test --- tests/e2e/nextcloud/00-install.yaml | 3 ++- tests/e2e/nextcloud/04-install.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/e2e/nextcloud/00-install.yaml b/tests/e2e/nextcloud/00-install.yaml index 024ef6e2b..ebe0e2853 100644 --- a/tests/e2e/nextcloud/00-install.yaml +++ b/tests/e2e/nextcloud/00-install.yaml @@ -5,6 +5,7 @@ metadata: spec: parameters: service: - fqdn: nextcloud-e2e.example.com + fqdn: + - nextcloud-e2e.example.com writeConnectionSecretToRef: name: nextcloud-e2e diff --git a/tests/e2e/nextcloud/04-install.yaml b/tests/e2e/nextcloud/04-install.yaml index 8dc6d7d62..e0a5f1166 100644 --- a/tests/e2e/nextcloud/04-install.yaml +++ b/tests/e2e/nextcloud/04-install.yaml @@ -5,7 +5,8 @@ metadata: spec: parameters: service: - fqdn: nextcloud-e2e.example.com + fqdn: + - nextcloud-e2e.example.com security: deletionProtection: false writeConnectionSecretToRef: