shop-recycle-gateway-secret.yaml 178 B

123456789
  1. apiVersion: v1
  2. kind: Secret
  3. metadata:
  4. name: shop-recycle-gateway-secret
  5. namespace: production
  6. type: Opaque
  7. stringData:
  8. password: "${PASSWORD}"
  9. firstKey: "${FIRSTKEY}"