From 6f4fb0af2cd5416d71aead27e2413b7bdfb8687e Mon Sep 17 00:00:00 2001 From: John Blackwell Date: Tue, 7 Jan 2025 16:59:43 -0500 Subject: [PATCH] fix scm name for onboarding --- pages/how-to/set-up/scm-connection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/how-to/set-up/scm-connection.md b/pages/how-to/set-up/scm-connection.md index 6a8c9c2b..9eba23f3 100644 --- a/pages/how-to/set-up/scm-connection.md +++ b/pages/how-to/set-up/scm-connection.md @@ -54,9 +54,9 @@ Once the connection is created in the UI we can reference it with a CRD instance apiVersion: deployments.plural.sh/v1alpha1 kind: ScmConnection metadata: - name: github + name: plural spec: - name: github + name: plural type: GITHUB ```