Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active November 19, 2025 04:12
Show Gist options
  • Select an option

  • Save initcron/6ea3f59e33e557a48c63ea1dddab41c9 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/6ea3f59e33e557a48c63ea1dddab41c9 to your computer and use it in GitHub Desktop.

0) Repo layout (GitOps view)

add the existing code


git status
git add *
git status
git commit -am "adding code from monitoring and scaling changes"

create a new repo atharva-dental-assistant and add it as a new remote

git remote add mine https://github.com/xxxxxx/atharva-dental-assistant.git
git push -u mine main

Create relevant dirs

mkdir k8s/70-gitops
mkdir k8s/70-gitops/projects
mkdir k8s/70-gitops/apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment