diff --git a/overrides/values-AWS.yaml b/overrides/values-AWS.yaml index 03fa07758..2de4abcf9 100644 --- a/overrides/values-AWS.yaml +++ b/overrides/values-AWS.yaml @@ -2,7 +2,7 @@ # to enable letsencrypt certificates on API endpoint and default # ingress of the cluster # It is currently very experimental and unsupported. -# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme +# PLEASE read https://github.com/validatedpatterns/common/tree/main/letsencrypt#readme # for all the limitations around it diff --git a/tests/interop/test_validate_edge_site_components.py b/tests/interop/test_validate_edge_site_components.py index 3f4c91eff..4722ea2b2 100644 --- a/tests/interop/test_validate_edge_site_components.py +++ b/tests/interop/test_validate_edge_site_components.py @@ -60,7 +60,7 @@ def test_check_pod_status(openshift_dyn_client): @pytest.mark.validate_argocd_applications_health_edge_site def test_validate_argocd_applications_health_edge_site(openshift_dyn_client): logger.info("Get all applications deployed by argocd on edge site") - projects = ["openshift-gitops"] + projects = ["openshift-gitops", "multicloud-gitops-group-one"] unhealthy_apps = application.get_argocd_application_status( openshift_dyn_client, projects ) diff --git a/values-group-one.yaml b/values-group-one.yaml index cd163243f..fd053aa29 100644 --- a/values-group-one.yaml +++ b/values-group-one.yaml @@ -35,7 +35,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/patterns/multicloud-gitops/mcg-imperative-actions/ jobs: - name: hello-world # ansible playbook to be run diff --git a/values-hub.yaml b/values-hub.yaml index 5df42e5dc..0fa403716 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -74,7 +74,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/patterns/multicloud-gitops/mcg-imperative-actions/ jobs: - name: hello-world # ansible playbook to be run diff --git a/values-standalone.yaml b/values-standalone.yaml index 41744ed6f..57d74f9f1 100644 --- a/values-standalone.yaml +++ b/values-standalone.yaml @@ -51,7 +51,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/patterns/multicloud-gitops/mcg-imperative-actions/ jobs: - name: hello-world # ansible playbook to be run