Skip to content

Commit

Permalink
add dagster secret
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 17, 2024
1 parent 085bb3d commit 7a85d7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions catalogs/data/dagster/dagster-aws-env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: dagster-aws-env-{{ context.cluster }}
namespace: apps
spec:
namespace: dagster
git:
folder: services/apps/dagster
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
configuration:
cluster: {{ context.cluster }}
hostname: {{ context.hostname }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
namespace: infra

0 comments on commit 7a85d7c

Please sign in to comment.