This commit is contained in:
2023-11-11 20:13:43 -06:00
parent e62f769bb6
commit b73459c1ef

View File

@@ -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