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
3f77433473
commit
e62f769bb6
1 changed files with 16 additions and 16 deletions
|
|
@ -39,19 +39,19 @@ 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
|
# deletionPolicy: Orphan
|
||||||
forProvider:
|
# forProvider:
|
||||||
# If not set, metadata.name will be used instead.
|
# # If not set, metadata.name will be used instead.
|
||||||
name: "Example Project"
|
# name: "Example Project"
|
||||||
description: "example project description"
|
# description: "example project description"
|
||||||
providerConfigRef:
|
# providerConfigRef:
|
||||||
name: gitlab-provider
|
# name: gitlab-provider
|
||||||
# a reference to a Kubernetes secret to which the controller will write the runnersToken
|
# # a reference to a Kubernetes secret to which the controller will write the runnersToken
|
||||||
writeConnectionSecretToRef:
|
# writeConnectionSecretToRef:
|
||||||
name: gitlab-project-example-project
|
# name: gitlab-project-example-project
|
||||||
namespace: crossplane
|
# namespace: crossplane
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue