shop-recycle-wechat-web-secret.yaml 347 B

123456789101112131415
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: shop-recycle-wechat-web-secret
  5. namespace: production
  6. type: Opaque
  7. stringData:
  8. username: "${USERNAME}"
  9. password: "${PASSWORD}"
  10. password: "${PASSWORD}"
  11. appsecret: "${APPSECRET}"
  12. token: "${TOKEN}"
  13. unionidUrl: "${UNIONIDURL}"
  14. corpSecret: "${CORPSECRET}"
  15. suiteSecret: "${SUITESECRET}"