feat(airbyte): add Airbyte

This commit is contained in:
Masaki Yatsu
2025-09-13 21:02:57 +09:00
parent d3df46a43c
commit 77bfaecbea
8 changed files with 708 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: airbyte-oauth-external-secret
namespace: {{ .Env.AIRBYTE_NAMESPACE }}
spec:
refreshInterval: 1h
secretStoreRef:
name: vault-secret-store
kind: ClusterSecretStore
target:
name: airbyte-oauth-secret
creationPolicy: Owner
template:
type: Opaque
data:
client_id: "{{ `{{ .client_id }}` }}"
data:
- secretKey: client_id
remoteRef:
key: airbyte/oauth
property: client_id