diff --git a/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/kustomization.yaml b/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/kustomization.yaml new file mode 100644 index 00000000..d011be04 --- /dev/null +++ b/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/kustomization.yaml @@ -0,0 +1,5 @@ +resources: + - user-preferences-frontend_integration_test.yaml # has to match the name of the file created in the next step + + apiVersion: kustomize.config.k8s.io/v1beta1 + kind: Kustomization \ No newline at end of file diff --git a/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/user-preferences-frontend_integration_test.yaml b/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/user-preferences-frontend_integration_test.yaml new file mode 100644 index 00000000..a6403696 --- /dev/null +++ b/cluster/stone-prd-rh01/tenants/konflux-rh-platform-experience-tenant/user-preferences-frontend_integration_test.yaml @@ -0,0 +1,22 @@ + apiVersion: appstudio.redhat.com/v1beta1 + kind: IntegrationTestScenario + metadata: + name: user-preferences-frontend-enterprise-contract + namespace: rh-platform-experience-tenant # or your custom tenant + spec: + params: + - name: POLICY_CONFIGURATION + value: rhtap-releng-tenant/consoledot-frontend-standard + application: user-preferences-frontend + contexts: + - description: Application testing + name: application + resolverRef: + params: + - name: url + value: 'https://github.com/redhat-appstudio/build-definitions' + - name: revision + value: main + - name: pathInRepo + value: pipelines/enterprise-contract.yaml + resolver: git diff --git a/kustomize b/kustomize new file mode 100755 index 00000000..cf150554 Binary files /dev/null and b/kustomize differ