From 851e2337e6f795c6f0b26d74e20f2752f041b0f9 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 11 Nov 2023 14:41:00 -0600 Subject: [PATCH] update --- crossplane/templates/gitlab.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/crossplane/templates/gitlab.yml b/crossplane/templates/gitlab.yml index 17e156d..447064b 100644 --- a/crossplane/templates/gitlab.yml +++ b/crossplane/templates/gitlab.yml @@ -21,3 +21,18 @@ spec: remoteRef: key: secrets/gitlab/token 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