From e7f706e266ec20d306ffcca4a9f261a937345229 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 15 Sep 2025 19:27:27 +0900 Subject: [PATCH] feat(airbyte): move airbyte module to custom-example --- {airbyte => custom-example/airbyte}/.gitignore | 0 .../airbyte}/airbyte-database-external-secret.gomplate.yaml | 0 .../airbyte}/airbyte-minio-external-secret.gomplate.yaml | 0 .../airbyte}/airbyte-oauth-external-secret.gomplate.yaml | 0 .../airbyte}/airbyte-storage-pvc.gomplate.yaml | 0 .../airbyte}/airbyte-values.gomplate.yaml | 0 {airbyte => custom-example/airbyte}/justfile | 4 ++-- custom-example/justfile | 1 + justfile | 1 - 9 files changed, 3 insertions(+), 3 deletions(-) rename {airbyte => custom-example/airbyte}/.gitignore (100%) rename {airbyte => custom-example/airbyte}/airbyte-database-external-secret.gomplate.yaml (100%) rename {airbyte => custom-example/airbyte}/airbyte-minio-external-secret.gomplate.yaml (100%) rename {airbyte => custom-example/airbyte}/airbyte-oauth-external-secret.gomplate.yaml (100%) rename {airbyte => custom-example/airbyte}/airbyte-storage-pvc.gomplate.yaml (100%) rename {airbyte => custom-example/airbyte}/airbyte-values.gomplate.yaml (100%) rename {airbyte => custom-example/airbyte}/justfile (99%) diff --git a/airbyte/.gitignore b/custom-example/airbyte/.gitignore similarity index 100% rename from airbyte/.gitignore rename to custom-example/airbyte/.gitignore diff --git a/airbyte/airbyte-database-external-secret.gomplate.yaml b/custom-example/airbyte/airbyte-database-external-secret.gomplate.yaml similarity index 100% rename from airbyte/airbyte-database-external-secret.gomplate.yaml rename to custom-example/airbyte/airbyte-database-external-secret.gomplate.yaml diff --git a/airbyte/airbyte-minio-external-secret.gomplate.yaml b/custom-example/airbyte/airbyte-minio-external-secret.gomplate.yaml similarity index 100% rename from airbyte/airbyte-minio-external-secret.gomplate.yaml rename to custom-example/airbyte/airbyte-minio-external-secret.gomplate.yaml diff --git a/airbyte/airbyte-oauth-external-secret.gomplate.yaml b/custom-example/airbyte/airbyte-oauth-external-secret.gomplate.yaml similarity index 100% rename from airbyte/airbyte-oauth-external-secret.gomplate.yaml rename to custom-example/airbyte/airbyte-oauth-external-secret.gomplate.yaml diff --git a/airbyte/airbyte-storage-pvc.gomplate.yaml b/custom-example/airbyte/airbyte-storage-pvc.gomplate.yaml similarity index 100% rename from airbyte/airbyte-storage-pvc.gomplate.yaml rename to custom-example/airbyte/airbyte-storage-pvc.gomplate.yaml diff --git a/airbyte/airbyte-values.gomplate.yaml b/custom-example/airbyte/airbyte-values.gomplate.yaml similarity index 100% rename from airbyte/airbyte-values.gomplate.yaml rename to custom-example/airbyte/airbyte-values.gomplate.yaml diff --git a/airbyte/justfile b/custom-example/airbyte/justfile similarity index 99% rename from airbyte/justfile rename to custom-example/airbyte/justfile index d8564f6..1f4e6ae 100644 --- a/airbyte/justfile +++ b/custom-example/airbyte/justfile @@ -332,13 +332,13 @@ uninstall delete-db='true': #!/bin/bash set -euo pipefail echo "Uninstalling Airbyte..." - + # Remove OAuth2 Proxy if it exists if kubectl get deployment oauth2-proxy-airbyte -n ${AIRBYTE_NAMESPACE} &>/dev/null; then echo "Removing associated OAuth2 Proxy..." just remove-oauth2-proxy fi - + helm uninstall airbyte -n ${AIRBYTE_NAMESPACE} --ignore-not-found just delete-database-secret just delete-minio-secret diff --git a/custom-example/justfile b/custom-example/justfile index 64166d4..fdf2cbf 100644 --- a/custom-example/justfile +++ b/custom-example/justfile @@ -4,6 +4,7 @@ set fallback := true default: @just --list --unsorted --list-submodules +mod airbyte 'airbyte/justfile' mod cube 'cube/justfile' mod bytebase 'bytebase/justfile' mod miniflux 'miniflux/justfile' diff --git a/justfile b/justfile index dbccf8b..880c2c9 100644 --- a/justfile +++ b/justfile @@ -6,7 +6,6 @@ export PATH := "./node_modules/.bin:" + env_var('PATH') default: @just --list --unsorted --list-submodules -mod airbyte mod airflow mod ch-ui mod clickhouse