feat(airbyte): move airbyte module to custom-example
This commit is contained in:
@@ -332,13 +332,13 @@ uninstall delete-db='true':
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo "Uninstalling Airbyte..."
|
echo "Uninstalling Airbyte..."
|
||||||
|
|
||||||
# Remove OAuth2 Proxy if it exists
|
# Remove OAuth2 Proxy if it exists
|
||||||
if kubectl get deployment oauth2-proxy-airbyte -n ${AIRBYTE_NAMESPACE} &>/dev/null; then
|
if kubectl get deployment oauth2-proxy-airbyte -n ${AIRBYTE_NAMESPACE} &>/dev/null; then
|
||||||
echo "Removing associated OAuth2 Proxy..."
|
echo "Removing associated OAuth2 Proxy..."
|
||||||
just remove-oauth2-proxy
|
just remove-oauth2-proxy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
helm uninstall airbyte -n ${AIRBYTE_NAMESPACE} --ignore-not-found
|
helm uninstall airbyte -n ${AIRBYTE_NAMESPACE} --ignore-not-found
|
||||||
just delete-database-secret
|
just delete-database-secret
|
||||||
just delete-minio-secret
|
just delete-minio-secret
|
||||||
@@ -4,6 +4,7 @@ set fallback := true
|
|||||||
default:
|
default:
|
||||||
@just --list --unsorted --list-submodules
|
@just --list --unsorted --list-submodules
|
||||||
|
|
||||||
|
mod airbyte 'airbyte/justfile'
|
||||||
mod cube 'cube/justfile'
|
mod cube 'cube/justfile'
|
||||||
mod bytebase 'bytebase/justfile'
|
mod bytebase 'bytebase/justfile'
|
||||||
mod miniflux 'miniflux/justfile'
|
mod miniflux 'miniflux/justfile'
|
||||||
|
|||||||
Reference in New Issue
Block a user