Skip to content

Commit

Permalink
fix gh check
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Dec 20, 2024
1 parent d792d79 commit 34cd6b8
Show file tree
Hide file tree
Showing 31 changed files with 302 additions and 562 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-raw-{{ context.cluster }}
namespace: apps
spec:
namespace: airbyte
git:
folder: services/apps/airbyte
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
configuration:
hostname: {{ context.hostname }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
namespace: infra
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-{{ context.cluster }}
namespace: apps
spec:
namespace: airbyte
git:
folder: helm/airbyte/{{ context.cluster }}
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
helm:
version: "1.x.x"
chart: airbyte
release: airbyte
ignoreHooks: false
url: https://airbytehq.github.io/helm-charts
valuesFiles:
- airbyte.yaml.liquid
imports:
- stackRef:
name: airbyte-{{ context.cluster }}
namespace: apps
configuration:
cluster: {{ context.cluster }}
hostname: {{ context.hostname }}
bucket: {{ context.bucket }}
region: {{ context.region }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
namespace: infra
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ apiVersion: deployments.plural.sh/v1alpha1
kind: InfrastructureStack
metadata:
name: airbyte-{{ context.cluster }}
namespace: apps
spec:
detach: false
type: TERRAFORM
approval: true
manageState: true
actor: [email protected]
configuration:
version: '1.8'
git:
ref: main
folder: terraform/apps/airbyte/{{ context.cluster }}
repositoryRef:
name: infra
namespace: infra
configuration:
version: '1.8'
clusterRef:
name: mgmt
name: {{ context.stackCluster }}
namespace: infra
git:
ref: main
folder: terraform/apps/airbyte/{{ context.cloud }}
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-{{ context.cluster }}
namespace: infra
name: airbyte-oauth-proxy-config-{{ context.cluster }}
namespace: apps
spec:
namespace: airbyte
git:
folder: helm/airbyte
folder: helm/airbyte/{{ context.cluster }}
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
helm:
version: "x.x.x"
chart: airbyte
url: https://app.plural.sh/cm/airbyte
chart: oidc-config
url: https://pluralsh.github.io/module-library
valuesFiles:
- {{ context.cluster }}.yaml.liquid
- oauth-proxy-config.yaml.liquid
imports:
- stackRef:
name: airbyte-{{ context.cluster }}
namespace: infra
namespace: apps
configuration:
cluster: {{ context.cluster }}
hostname: {{ context.hostname }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
Expand Down
28 changes: 0 additions & 28 deletions test/outputs/bootstrap/apps/airbyte/mgmt/servicedeployment.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions test/outputs/catalogs/data/airbyte/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-raw-{{ context.cluster }}
namespace: apps
spec:
namespace: airbyte
git:
folder: services/apps/airbyte
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
configuration:
hostname: {{ context.hostname }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
namespace: infra
35 changes: 35 additions & 0 deletions test/outputs/catalogs/data/airbyte/airbyte-servicedeployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: ServiceDeployment
metadata:
name: airbyte-{{ context.cluster }}
namespace: apps
spec:
namespace: airbyte
git:
folder: helm/airbyte/{{ context.cluster }}
ref: main
repositoryRef:
kind: GitRepository
name: infra
namespace: infra
helm:
version: "1.x.x"
chart: airbyte
release: airbyte
ignoreHooks: false
url: https://airbytehq.github.io/helm-charts
valuesFiles:
- airbyte.yaml.liquid
imports:
- stackRef:
name: airbyte-{{ context.cluster }}
namespace: apps
configuration:
cluster: {{ context.cluster }}
hostname: {{ context.hostname }}
bucket: {{ context.bucket }}
region: {{ context.region }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
namespace: infra
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
apiVersion: deployments.plural.sh/v1alpha1
kind: InfrastructureStack
metadata:
name: airbyte-mgmt
name: airbyte-{{ context.cluster }}
namespace: apps
spec:
detach: false
type: TERRAFORM
approval: true
manageState: true
actor: [email protected]
configuration:
version: '1.8'
git:
ref: main
folder: terraform/apps/airbyte/{{ context.cluster }}
repositoryRef:
name: infra
namespace: infra
configuration:
version: '1.8'
clusterRef:
name: mgmt
name: {{ context.stackCluster }}
namespace: infra
git:
ref: main
folder: terraform/apps/airbyte/aws
Loading

0 comments on commit 34cd6b8

Please sign in to comment.