mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
e62f769bb6
commit
b73459c1ef
1 changed files with 17 additions and 16 deletions
|
|
@ -39,19 +39,20 @@ spec:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#apiVersion: projects.gitlab.crossplane.io/v1alpha1
|
apiVersion: projects.gitlab.crossplane.io/v1alpha1
|
||||||
#kind: Project
|
kind: Project
|
||||||
#metadata:
|
metadata:
|
||||||
# name: example-project
|
name: example-project
|
||||||
#spec:
|
spec:
|
||||||
# deletionPolicy: Orphan
|
managementPolicies: ["Observe"]
|
||||||
# forProvider:
|
deletionPolicy: Orphan
|
||||||
# # If not set, metadata.name will be used instead.
|
forProvider:
|
||||||
# name: "Example Project"
|
# If not set, metadata.name will be used instead.
|
||||||
# description: "example project description"
|
name: "Example Project"
|
||||||
# providerConfigRef:
|
description: "example project description"
|
||||||
# name: gitlab-provider
|
providerConfigRef:
|
||||||
# # a reference to a Kubernetes secret to which the controller will write the runnersToken
|
name: gitlab-provider
|
||||||
# writeConnectionSecretToRef:
|
# a reference to a Kubernetes secret to which the controller will write the runnersToken
|
||||||
# name: gitlab-project-example-project
|
writeConnectionSecretToRef:
|
||||||
# namespace: crossplane
|
name: gitlab-project-example-project
|
||||||
|
namespace: crossplane
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue