update
This commit is contained in:
@@ -38,21 +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:
|
||||||
managementPolicies: ["Observe", "Create", "Update"]
|
# managementPolicies: ["Observe", "Create", "Update"]
|
||||||
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: "WSLConfig"
|
# name: "WSLConfig"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user