mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Update file secrets.yaml
This commit is contained in:
parent
005e3ec122
commit
b8085c7d4f
1 changed files with 3 additions and 3 deletions
|
|
@ -11,11 +11,11 @@ spec:
|
|||
data:
|
||||
- secretKey: runner-registration-token
|
||||
remoteRef:
|
||||
key: gitlab/runner
|
||||
key: secrets/gitlab/runner
|
||||
property: runner-registration-token
|
||||
- secretKey: runner-token
|
||||
remoteRef:
|
||||
key: gitlab/runner
|
||||
key: secrets/gitlab/runner
|
||||
property: runner-token
|
||||
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ spec:
|
|||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "gitlab"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue