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

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