Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sebastian/prod-2981-set-up-catal…
Browse files Browse the repository at this point in the history
…og-pipeline' into sebastian/prod-2981-set-up-catalog-pipeline
  • Loading branch information
maciaszczykm committed Dec 18, 2024
2 parents fa0ea19 + a63e75a commit 8396a63
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalogs/data/airbyte/airbyte-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ spec:
configuration:
version: '1.8'
clusterRef:
name: {{ context.cluster }}
name: {{ context.stackCluster }}
namespace: infra
2 changes: 1 addition & 1 deletion catalogs/data/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
configuration:
version: '1.8'
clusterRef:
name: {{ context.cluster }}
name: {{ context.stackCluster }}
namespace: infra
---
apiVersion: deployments.plural.sh/v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion catalogs/data/mlflow/mlflow-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ spec:
configuration:
version: '1.8'
clusterRef:
name: {{ context.cluster }}
name: {{ context.stackCluster }}
namespace: infra
4 changes: 4 additions & 0 deletions setup/catalogs/data/airbyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ spec:
- name: cluster
type: STRING
documentation: Handle of the cluster you want to deploy airbyte to.
- name: stackCluster
type: STRING
documentation: Handle of the cluster used to run Infrastructure Stacks for provisioning the infrastructure. Defaults to the management cluster.
default: mgmt
- name: cloud
type: ENUM
documentation: Cloud provider you want to deploy airbyte to.
Expand Down
4 changes: 4 additions & 0 deletions setup/catalogs/data/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
- name: cluster
type: STRING
documentation: The cluster you want to deploy to.
- name: stackCluster
type: STRING
documentation: Handle of the cluster used to run Infrastructure Stacks for provisioning the infrastructure. Defaults to the management cluster.
default: mgmt
- name: cloud
type: ENUM
documentation: The cloud you want to deploy to.
Expand Down
4 changes: 4 additions & 0 deletions setup/catalogs/data/mlflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
- name: cluster
type: STRING
documentation: Handle of the cluster you want to deploy mlflow to.
- name: stackCluster
type: STRING
documentation: Handle of the cluster used to run Infrastructure Stacks for provisioning the infrastructure. Defaults to the management cluster.
default: mgmt
- name: cloud
type: ENUM
documentation: Cloud provider you want to deploy mlflow to.
Expand Down

0 comments on commit 8396a63

Please sign in to comment.