controller-class-store.yaml 434 B

1234567891011121314151617
  1. apiVersion: external-secrets.io/v1beta1
  2. kind: SecretStore
  3. metadata:
  4. name: controller-custom-example
  5. spec:
  6. #define the controller label to the matching value of the deployment
  7. controller: custom
  8. #configure provider the same way
  9. provider:
  10. vault:
  11. server: "http://vault.default:8200"
  12. path: "secret"
  13. version: "v2"
  14. auth:
  15. kubernetes:
  16. mountPath: "kubernetes"
  17. role: "demo-role"