update
This commit is contained in:
@@ -38,19 +38,21 @@ spec:
|
|||||||
key: accesstoken
|
key: accesstoken
|
||||||
|
|
||||||
---
|
---
|
||||||
#
|
|
||||||
#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:
|
||||||
# forProvider:
|
managementPolicies: ["Observe", "Create", "Update"]
|
||||||
# # If not set, metadata.name will be used instead.
|
deletionPolicy: Orphan
|
||||||
# name: "WSLConfig"
|
forProvider:
|
||||||
# description: "example project description"
|
# If not set, metadata.name will be used instead.
|
||||||
# providerConfigRef:
|
name: "WSLConfig"
|
||||||
# name: gitlab-provider
|
description: "example project description"
|
||||||
# # a reference to a Kubernetes secret to which the controller will write the runnersToken
|
providerConfigRef:
|
||||||
# writeConnectionSecretToRef:
|
name: gitlab-provider
|
||||||
# name: gitlab-project-example-project
|
# a reference to a Kubernetes secret to which the controller will write the runnersToken
|
||||||
# namespace: crossplane
|
writeConnectionSecretToRef:
|
||||||
|
name: gitlab-project-example-project
|
||||||
|
namespace: crossplane
|
||||||
|
|||||||
Reference in New Issue
Block a user