apiVersion: v1 kind: Secret metadata: name: ibkr-credentials namespace: foxhunt labels: app.kubernetes.io/part-of: foxhunt type: Opaque stringData: # These values are populated from Scaleway Secret Manager via CI/CD # NEVER commit real credentials here account-id: "REPLACE_FROM_SCW_SECRET" username: "REPLACE_FROM_SCW_SECRET" password: "REPLACE_FROM_SCW_SECRET" vnc-password: "REPLACE_FROM_SCW_SECRET"