Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove reference to our dev repo #9

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/catalogs/data/airbyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/data/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/data/mlflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down
3 changes: 1 addition & 2 deletions setup/catalogs/devops/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ 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.
identifier: pluralsh/plrl-dev-aws # FIXME
configuration:
- name: cluster
type: STRING
Expand Down
3 changes: 1 addition & 2 deletions setup/catalogs/devops/kubecost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ 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.
identifier: pluralsh/plrl-dev-aws # FIXME
configuration:
- name: cluster
type: STRING
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/infra/cluster-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/security/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup/catalogs/security/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading