From a6569e285418243f68c2433cc947d07dd161e53e Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 20 Dec 2024 16:06:48 +0100 Subject: [PATCH 1/2] remove reference to our dev repo --- setup/catalogs/devops/grafana.yaml | 1 - setup/catalogs/devops/kubecost.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/setup/catalogs/devops/grafana.yaml b/setup/catalogs/devops/grafana.yaml index 37844902..89ad4907 100644 --- a/setup/catalogs/devops/grafana.yaml +++ b/setup/catalogs/devops/grafana.yaml @@ -30,7 +30,6 @@ spec: title: "Grafana setup ({{ context.cluster }})" message: | Sets up Grafana on {{ context.cluster }} cluster. - identifier: pluralsh/plrl-dev-aws # FIXME configuration: - name: cluster type: STRING diff --git a/setup/catalogs/devops/kubecost.yaml b/setup/catalogs/devops/kubecost.yaml index 07c40cb2..640e18af 100644 --- a/setup/catalogs/devops/kubecost.yaml +++ b/setup/catalogs/devops/kubecost.yaml @@ -30,7 +30,6 @@ spec: title: "Kubecost setup ({{ context.cluster }})" message: | Sets up Kubecost on {{ context.cluster }} cluster. - identifier: pluralsh/plrl-dev-aws # FIXME configuration: - name: cluster type: STRING From ff5c1f29f8da71bfdf4c133b559f500073221ef1 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 20 Dec 2024 16:10:51 +0100 Subject: [PATCH 2/2] use github as default scm name --- setup/catalogs/data/airbyte.yaml | 2 +- setup/catalogs/data/dagster.yaml | 2 +- setup/catalogs/data/mlflow.yaml | 2 +- setup/catalogs/devops/grafana.yaml | 2 +- setup/catalogs/devops/kubecost.yaml | 2 +- setup/catalogs/infra/cluster-eks.yaml | 2 +- setup/catalogs/security/gatekeeper.yaml | 2 +- setup/catalogs/security/trivy-operator.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/setup/catalogs/data/airbyte.yaml b/setup/catalogs/data/airbyte.yaml index fa4478f3..77ee1abc 100644 --- a/setup/catalogs/data/airbyte.yaml +++ b/setup/catalogs/data/airbyte.yaml @@ -41,7 +41,7 @@ spec: catalogRef: name: data-engineering scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: "Setting up airbyte on cluster {{ context.cluster }} for {{ context.cloud }}" message: | Set up airbyte on {{ context.cluster }} ({{ context.cloud }}) diff --git a/setup/catalogs/data/dagster.yaml b/setup/catalogs/data/dagster.yaml index 804db6b7..b9824fb8 100644 --- a/setup/catalogs/data/dagster.yaml +++ b/setup/catalogs/data/dagster.yaml @@ -37,7 +37,7 @@ spec: catalogRef: name: data-engineering scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: Dagster setup ({{ context.cluster }}) message: Sets up Dagster on {{ context.cluster }} cluster. configuration: diff --git a/setup/catalogs/data/mlflow.yaml b/setup/catalogs/data/mlflow.yaml index a8971d8c..10d24df0 100644 --- a/setup/catalogs/data/mlflow.yaml +++ b/setup/catalogs/data/mlflow.yaml @@ -44,7 +44,7 @@ spec: catalogRef: name: data-engineering scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: "Setting up mlflow on cluster {{ context.cluster }} for {{ context.cloud }}" message: | Set up mlflow on {{ context.cluster }} ({{ context.cloud }}) diff --git a/setup/catalogs/devops/grafana.yaml b/setup/catalogs/devops/grafana.yaml index 89ad4907..c8acea69 100644 --- a/setup/catalogs/devops/grafana.yaml +++ b/setup/catalogs/devops/grafana.yaml @@ -26,7 +26,7 @@ spec: catalogRef: name: devops scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: "Grafana setup ({{ context.cluster }})" message: | Sets up Grafana on {{ context.cluster }} cluster. diff --git a/setup/catalogs/devops/kubecost.yaml b/setup/catalogs/devops/kubecost.yaml index 640e18af..5cd85ad9 100644 --- a/setup/catalogs/devops/kubecost.yaml +++ b/setup/catalogs/devops/kubecost.yaml @@ -26,7 +26,7 @@ spec: catalogRef: name: devops scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: "Kubecost setup ({{ context.cluster }})" message: | Sets up Kubecost on {{ context.cluster }} cluster. diff --git a/setup/catalogs/infra/cluster-eks.yaml b/setup/catalogs/infra/cluster-eks.yaml index 57723d9f..7372445f 100644 --- a/setup/catalogs/infra/cluster-eks.yaml +++ b/setup/catalogs/infra/cluster-eks.yaml @@ -26,7 +26,7 @@ spec: catalogRef: name: infra scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: "Adding EKS cluster: {{ context.name }}" message: "Adding EKS cluster {{ context.name }} and registering it with Plural" configuration: diff --git a/setup/catalogs/security/gatekeeper.yaml b/setup/catalogs/security/gatekeeper.yaml index 90af0401..ff3540c3 100644 --- a/setup/catalogs/security/gatekeeper.yaml +++ b/setup/catalogs/security/gatekeeper.yaml @@ -28,7 +28,7 @@ spec: catalogRef: name: security scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: Gatekeeper setup message: Sets up Gatekeeper, policy bundle and a set of constraints. configuration: diff --git a/setup/catalogs/security/trivy-operator.yaml b/setup/catalogs/security/trivy-operator.yaml index c0f55441..7875a343 100644 --- a/setup/catalogs/security/trivy-operator.yaml +++ b/setup/catalogs/security/trivy-operator.yaml @@ -22,6 +22,6 @@ spec: catalogRef: name: security scmConnectionRef: - name: plural # you'll need to add this ScmConnection manually before this is functional + name: github # you'll need to add this ScmConnection manually before this is functional title: Trivy Operator setup message: Sets up Trivy Operator.