mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
539f99e23c
commit
851e2337e6
1 changed files with 15 additions and 0 deletions
|
|
@ -21,3 +21,18 @@ spec:
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/gitlab/token
|
key: secrets/gitlab/token
|
||||||
property: accesstoken
|
property: accesstoken
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: gitlab.crossplane.io/v1beta1
|
||||||
|
kind: ProviderConfig
|
||||||
|
metadata:
|
||||||
|
name: gitlab-provider
|
||||||
|
spec:
|
||||||
|
baseURL: https://gitlab.com/
|
||||||
|
credentials:
|
||||||
|
source: Secret
|
||||||
|
secretRef:
|
||||||
|
namespace: crossplane
|
||||||
|
name: gitlab-secret
|
||||||
|
key: accesstoken
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue