From b0be3100950f329129301939eeb1a3998218cb4b Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 20 Dec 2024 11:49:31 +0100 Subject: [PATCH] fix gh check --- .../mgmt/airbyte-raw-servicedeployment.yaml | 6 +++--- .../airbyte/mgmt/airbyte-servicedeployment.yaml | 15 +++++++-------- .../apps/airbyte/mgmt/airbyte-stack.yaml | 6 +++--- .../oauth-proxy-config-servicedeployment.yaml | 12 ++++++------ 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-raw-servicedeployment.yaml b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-raw-servicedeployment.yaml index 9a2aaf3a..efbb49de 100644 --- a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-raw-servicedeployment.yaml +++ b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-raw-servicedeployment.yaml @@ -1,7 +1,7 @@ apiVersion: deployments.plural.sh/v1alpha1 kind: ServiceDeployment metadata: - name: airbyte-raw-{{ context.cluster }} + name: airbyte-raw-mgmt namespace: apps spec: namespace: airbyte @@ -13,8 +13,8 @@ spec: name: infra namespace: infra configuration: - hostname: {{ context.hostname }} + hostname: airbyte.plrl-dev-aws.onplural.sh clusterRef: kind: Cluster - name: {{ context.cluster }} + name: mgmt namespace: infra diff --git a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-servicedeployment.yaml b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-servicedeployment.yaml index 94ee5553..bb2518cd 100644 --- a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-servicedeployment.yaml +++ b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-servicedeployment.yaml @@ -1,12 +1,12 @@ apiVersion: deployments.plural.sh/v1alpha1 kind: ServiceDeployment metadata: - name: airbyte-{{ context.cluster }} + name: airbyte-mgmt namespace: apps spec: namespace: airbyte git: - folder: helm/airbyte/{{ context.cluster }} + folder: helm/airbyte/mgmt ref: main repositoryRef: kind: GitRepository @@ -22,14 +22,13 @@ spec: - airbyte.yaml.liquid imports: - stackRef: - name: airbyte-{{ context.cluster }} + name: airbyte-mgmt namespace: apps configuration: - cluster: {{ context.cluster }} - hostname: {{ context.hostname }} - bucket: {{ context.bucket }} - region: {{ context.region }} + cluster: mgmt + hostname: airbyte.plrl-dev-aws.onplural.sh + bucket: plrl-catalog-airbyte-1 clusterRef: kind: Cluster - name: {{ context.cluster }} + name: mgmt namespace: infra diff --git a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-stack.yaml b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-stack.yaml index a2abd4e7..7a296741 100644 --- a/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-stack.yaml +++ b/test/outputs/bootstrap/apps/airbyte/mgmt/airbyte-stack.yaml @@ -1,7 +1,7 @@ apiVersion: deployments.plural.sh/v1alpha1 kind: InfrastructureStack metadata: - name: airbyte-{{ context.cluster }} + name: airbyte-mgmt namespace: apps spec: detach: false @@ -11,12 +11,12 @@ spec: actor: console@plural.sh git: ref: main - folder: terraform/apps/airbyte/{{ context.cluster }} + folder: terraform/apps/airbyte/mgmt repositoryRef: name: infra namespace: infra configuration: version: '1.8' clusterRef: - name: {{ context.stackCluster }} + name: mgmt namespace: infra diff --git a/test/outputs/bootstrap/apps/airbyte/mgmt/oauth-proxy-config-servicedeployment.yaml b/test/outputs/bootstrap/apps/airbyte/mgmt/oauth-proxy-config-servicedeployment.yaml index 218a62f7..89122136 100644 --- a/test/outputs/bootstrap/apps/airbyte/mgmt/oauth-proxy-config-servicedeployment.yaml +++ b/test/outputs/bootstrap/apps/airbyte/mgmt/oauth-proxy-config-servicedeployment.yaml @@ -1,12 +1,12 @@ apiVersion: deployments.plural.sh/v1alpha1 kind: ServiceDeployment metadata: - name: airbyte-oauth-proxy-config-{{ context.cluster }} + name: airbyte-oauth-proxy-config-mgmt namespace: apps spec: namespace: airbyte git: - folder: helm/airbyte/{{ context.cluster }} + folder: helm/airbyte/mgmt ref: main repositoryRef: kind: GitRepository @@ -20,12 +20,12 @@ spec: - oauth-proxy-config.yaml.liquid imports: - stackRef: - name: airbyte-{{ context.cluster }} + name: airbyte-mgmt namespace: apps configuration: - cluster: {{ context.cluster }} - hostname: {{ context.hostname }} + cluster: mgmt + hostname: airbyte.plrl-dev-aws.onplural.sh clusterRef: kind: Cluster - name: {{ context.cluster }} + name: mgmt namespace: infra