mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
update
This commit is contained in:
parent
851e2337e6
commit
c49dc9a0ae
1 changed files with 20 additions and 0 deletions
|
|
@ -36,3 +36,23 @@ spec:
|
||||||
namespace: crossplane
|
namespace: crossplane
|
||||||
name: gitlab-secret
|
name: gitlab-secret
|
||||||
key: accesstoken
|
key: accesstoken
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
apiVersion: projects.gitlab.crossplane.io/v1alpha1
|
||||||
|
kind: Project
|
||||||
|
metadata:
|
||||||
|
name: example-project
|
||||||
|
spec:
|
||||||
|
forProvider:
|
||||||
|
# If not set, metadata.name will be used instead.
|
||||||
|
name: "Example Project"
|
||||||
|
namespaceIdRef:
|
||||||
|
name: example-group
|
||||||
|
description: "example project description"
|
||||||
|
providerConfigRef:
|
||||||
|
name: gitlab-provider
|
||||||
|
# a reference to a Kubernetes secret to which the controller will write the runnersToken
|
||||||
|
writeConnectionSecretToRef:
|
||||||
|
name: gitlab-project-example-project
|
||||||
|
namespace: crossplane-system
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue