path: .github/workflows/ # It will generate multiple Argo CD application manifests # base on YAML files from this directory. # Please make sure the path ends with slash. plugin: {} # Argo CD will choose the corresponding CMP automatically repoURL: https://gitee.com/linuxsuren/yaml-readme...
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Application definitions, configurations, and environments should be declarative and version controlled. Application deployment and lifecycle management should be automated, auditable, and easy to understand. ...
13 rick-and-morty-info Made with Clean architecture + TDD + GraphQL + flutter_bloc + CodeCov + GitHooks + GitHub Actions (CI/CD) and finally with 💙 vedartm 529 14 stagehand Dart project generator - web apps, console apps, servers, and more. dart-archive 650 15 hive Lightweight and...
fast-forward merge without commitis a merge but actually it's a just appending. So, when we simply look at thegit log, it's not clear we did merge or not. In the later section, we'll make it clear by making a commit. fast-forward merge w/o commit We are currently on the 'mast...
🔴 Live show: CI/CD and GitOps w/Codefresh and Argo (Ep 227), July 27, 2023 Dan GarfieldofCodeFreshjoined me last week to talk about the growth of GitOps as a standard, growth of Argo, and more. 👏 Sysadmin Appreciation Day
cd /home/ec2-user sudo aws s3 cp s3://aws-codedeploy-us-west-1/latest/install . --region us-west-1 sudo chmod +x ./install sudo ./install auto The rest of the steps remain the same as usual. Verify the AWS CodeDeploy Agent Is Running ...
Actions Projects Security Insights Additional navigation options master 15Branches23Tags Code Folders and files Name Last commit message Last commit date Latest commit alexmt add redirect to argocd documentation Oct 20, 2024 4a1a2a3·Oct 20, 2024 ...
Advanced Kubernetes YAML configs - Best Practices, Tips & Tricks, Production-Ready Checklist - experience from several production environments. AWS, GCP, Azure, ArgoCD, GKE, EKS, AKS, Nginx, Traefik, Kong, Cert Manager, CI/CD, Jenkins, Artifactory, TeamCity, GitHub Actions, Cloud SQL, FluxCD...
To synchronize our work withremote/origin, we run agit fetch origincommand. HEAD In Git,HEADis a pointer to the local branch we're currently on. master Masteris the default branch name in Git. origin originis the default name for a remote when we rungit clone. ...
If we dogit stat: Now, put them into our local repository,git commit -m "initial commit": We can check the log,git log: Uploading - git push shortname To add a new remote Git repository as a shortname we can reference easily, we run ...