mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
164e8776ec
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
15 lines
No EOL
348 B
YAML
15 lines
No EOL
348 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: SecretStore
|
|
metadata:
|
|
name: gitlab-secret-store
|
|
spec:
|
|
provider:
|
|
# provider type: gitlab
|
|
gitlab:
|
|
# url: https://gitlab.mydomain.com/
|
|
auth:
|
|
SecretRef:
|
|
accessToken:
|
|
name: gitlab-secret
|
|
key: token
|
|
projectID: "**project ID goes here**" |