Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit 424b238

Browse files
author
Mathieu Benoit
committed
--private for the org repo
1 parent 9d50b9a commit 424b238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/config-controller/set-up-config-controller-git-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Create a dedicated private GitHub repository to store any Kubernetes manifests a
6464
```Bash
6565
cd ~
6666
gh auth login
67-
gh repo create $WORKSHOP_ORG_DIR_NAME --public --clone --template https://github.com/mathieu-benoit/config-sync-template-repo
67+
gh repo create $WORKSHOP_ORG_DIR_NAME --private --clone --template https://github.com/mathieu-benoit/config-sync-template-repo
6868
cd ~/$WORKSHOP_ORG_DIR_NAME
6969
git pull
7070
git checkout main

0 commit comments

Comments
 (0)