From ffe51953d0c664309c4da9d59b2e9f529b40dbb1 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Fri, 13 Dec 2024 12:20:52 +0100 Subject: [PATCH 1/2] remove identifiers --- setup/catalogs/security/gatekeeper.yaml | 1 - setup/catalogs/security/trivy-operator.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/setup/catalogs/security/gatekeeper.yaml b/setup/catalogs/security/gatekeeper.yaml index 9a99399a..90af0401 100644 --- a/setup/catalogs/security/gatekeeper.yaml +++ b/setup/catalogs/security/gatekeeper.yaml @@ -31,7 +31,6 @@ spec: name: plural # 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. - identifier: pluralsh/plrl-dev-aws # FIXME configuration: - name: bundle type: ENUM diff --git a/setup/catalogs/security/trivy-operator.yaml b/setup/catalogs/security/trivy-operator.yaml index 3f9028c7..c0f55441 100644 --- a/setup/catalogs/security/trivy-operator.yaml +++ b/setup/catalogs/security/trivy-operator.yaml @@ -25,4 +25,3 @@ spec: name: plural # you'll need to add this ScmConnection manually before this is functional title: Trivy Operator setup message: Sets up Trivy Operator. - identifier: pluralsh/plrl-dev-aws # FIXME From eacca8ed80afcad55eeb6d9907c1877967ace173 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Fri, 13 Dec 2024 12:30:12 +0100 Subject: [PATCH 2/2] update dagster config --- setup/catalogs/data/dagster.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/setup/catalogs/data/dagster.yaml b/setup/catalogs/data/dagster.yaml index 10e871cd..5906a50a 100644 --- a/setup/catalogs/data/dagster.yaml +++ b/setup/catalogs/data/dagster.yaml @@ -5,8 +5,7 @@ metadata: spec: name: dagster icon: https://dagster.io/images/brand/logos/dagster-primary-mark.png - documentation: | - Sets up Dagster instance for given cloud + documentation: Sets up Dagster instance for given cloud. creates: git: ref: sebastian/prod-2981-set-up-catalog-pipeline # TODO set to main @@ -24,17 +23,18 @@ spec: name: data-engineering scmConnectionRef: name: plural # 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. - identifier: pluralsh/plrl-dev-aws # FIXME + title: Dagster setup ({{ context.cluster }}) + message: Sets up Dagster on {{ context.cluster }} cluster. configuration: - name: cluster type: STRING - documentation: the cluster you want to deploy to + documentation: The cluster you want to deploy to. - name: cloud type: ENUM - documentation: the cloud you can deploy Dagster to + documentation: The cloud you want to deploy to. values: - aws + - name: hostname + type: STRING + documentation: The DNS name you want to host Dagster under.