Follow file:///home/paul/Notes/snippets/f3s/f3s.md To push the changes to the internal git server so that ArgoCD is aware of it run 'git push r0', ssh host key may has changed, accept it. ## Security Policy - **Never commit secrets to git.** This includes SSH private keys, API tokens, passwords, and any other sensitive credentials. - Secrets must be deployed as Kubernetes Secrets directly via `kubectl create secret` or through a secrets management solution. - If a secret is accidentally committed, it must be rotated immediately and pruned from git history using `git-filter-repo`.