Skip to content

Commit

Permalink
[Backport] Add global.podSecurityStandards.enforced value for PSS mig…
Browse files Browse the repository at this point in the history
…ration.
  • Loading branch information
whites11 committed May 6, 2024
1 parent 5243484 commit 03ea608
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions integration/test/watcher/configmap/configmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 03ea608

Please sign in to comment.