From 03ea6080090750925ec99251b9249bf2fd33862e Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Mon, 6 May 2024 14:37:46 +0200 Subject: [PATCH] [Backport] Add global.podSecurityStandards.enforced value for PSS migration. --- integration/test/watcher/configmap/configmap_test.go | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/integration/test/watcher/configmap/configmap_test.go b/integration/test/watcher/configmap/configmap_test.go index a081f01b0..7515db229 100644 --- a/integration/test/watcher/configmap/configmap_test.go +++ b/integration/test/watcher/configmap/configmap_test.go @@ -73,14 +73,20 @@ func TestWatchingConfigMap(t *testing.T) { }, }, Spec: v1alpha1.CatalogSpec{ + Title: key.DefaultCatalogName(), + Description: key.DefaultCatalogName(), Config: &v1alpha1.CatalogSpecConfig{ ConfigMap: &v1alpha1.CatalogSpecConfigConfigMap{ Name: key.CatalogConfigMapName(), Namespace: key.GiantSwarmNamespace(), }, }, - Description: key.DefaultCatalogName(), - Title: key.DefaultCatalogName(), + Repositories: []v1alpha1.CatalogSpecRepository{ + { + Type: "helm", + URL: key.DefaultCatalogStorageURL(), + }, + }, Storage: v1alpha1.CatalogSpecStorage{ Type: "helm", URL: key.DefaultCatalogStorageURL(),