apiVersion: v1 kind: Secret metadata: name: shop-recycle-login-center-secret namespace: production type: Opaque stringData: password: "${PASSWORD}" username: "${USERNAME}" password: "${PASSWORD}" store-app-id: "${STORE_APP_ID}" store-app-secret: "${STORE_APP_SECRET}" merchant-app-id: "${MERCHANT_APP_ID}" merchant-app-secret: "${MERCHANT_APP_SECRET}" wx-authorization-url: "${WX_AUTHORIZATION_URL}" buy-app-id: "${BUY_APP_ID}" buy-app-secret: "${BUY_APP_SECRET}" aibao-app-id: "${AIBAO_APP_ID}" aibao-app-secret: "${AIBAO_APP_SECRET}"