# Patch pour ajouter les secrets SMTP et Wave au deployment UnionFlow Server # Usage: kubectl patch deployment unionflow-server-impl-quarkus -n applications --patch-file patch-unionflow-server-secrets.yaml apiVersion: apps/v1 kind: Deployment metadata: name: unionflow-server-impl-quarkus namespace: applications spec: template: spec: containers: - name: unionflow-server-impl-quarkus envFrom: - secretRef: name: unionflow-smtp-secret - secretRef: name: unionflow-wave-secret