update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user