ngrok-secret-store.yaml 417 B

123456789101112131415
  1. apiVersion: external-secrets.io/v1
  2. kind: SecretStore
  3. metadata:
  4. name: ngrok
  5. spec:
  6. provider:
  7. ngrok:
  8. # apiURL: Default "https://api.ngrok.com", for enterprise ngrok instances uncomment and use your API URL.
  9. auth:
  10. apiKey:
  11. secretRef:
  12. name: ngrok-credentials
  13. key: api-key
  14. vault:
  15. name: my-vault # Name of the ngrok vault to use for storing secrets