webhook-v1alpha1.yaml 407 B

12345678910111213141516171819202122
  1. apiVersion: generators.external-secrets.io/v1alpha1
  2. kind: Webhook
  3. metadata: {}
  4. spec:
  5. body: string
  6. caBundle: c3RyaW5n
  7. caProvider:
  8. key: string
  9. name: string
  10. namespace: string
  11. type: "Secret" # "Secret", "ConfigMap"
  12. headers: {}
  13. method: string
  14. result:
  15. jsonPath: string
  16. secrets:
  17. - name: string
  18. secretRef:
  19. key: string
  20. name: string
  21. timeout: string
  22. url: string