# Secret K8s pour l'intégration Wave Money d'UnionFlow # Usage: kubectl apply -f unionflow-wave-secret.yaml -n applications # IMPORTANT: Remplacer les valeurs avant d'appliquer apiVersion: v1 kind: Secret metadata: name: unionflow-wave-secret namespace: applications type: Opaque stringData: WAVE_API_KEY: "" WAVE_API_SECRET: "" WAVE_WEBHOOK_SECRET: ""