- apiVersion: v1
- kind: Secret
- metadata:
- name: shop-recycle-wechat-web-secret
- namespace: production
- type: Opaque
- stringData:
- username: "${USERNAME}"
- password: "${PASSWORD}"
- password: "${PASSWORD}"
- appsecret: "${APPSECRET}"
- token: "${TOKEN}"
- unionidUrl: "${UNIONIDURL}"
- corpSecret: "${CORPSECRET}"
- suiteSecret: "${SUITESECRET}"
|