mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
17 lines
435 B
YAML
17 lines
435 B
YAML
|
apiVersion: external-secrets.io/v1alpha1
|
||
|
kind: SecretStore
|
||
|
metadata:
|
||
|
name: controller-custom-example
|
||
|
spec:
|
||
|
#define the controller label to the matching value of the deployment
|
||
|
controller: custom
|
||
|
#configure provider the same way
|
||
|
provider:
|
||
|
vault:
|
||
|
server: "http://vault.default:8200"
|
||
|
path: "secret"
|
||
|
version: "v2"
|
||
|
auth:
|
||
|
kubernetes:
|
||
|
mountPath: "kubernetes"
|
||
|
role: "demo-role"
|