feat(airbyte): move airbyte module to custom-example

This commit is contained in:
Masaki Yatsu
2025-09-15 19:27:27 +09:00
parent dbcbaedf6f
commit e7f706e266
9 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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