Configure ArgoCD for Git repository

This commit is contained in:
2026-08-09 19:56:18 -04:00
parent f12fb4d7a1
commit 9e250c75ad
5 changed files with 6 additions and 10 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ workload boundary.
## Bootstrap
1. Push this repository to GitHub and replace `REPLACE_WITH_GITHUB_OWNER` in
the Application manifests with the repository owner.
1. Push this repository to the configured Git server and use the repository URL
in the Application manifests.
2. Create the local cluster from `local-quickstart/`.
3. Run:
+1 -2
View File
@@ -9,7 +9,7 @@ spec:
project: default
source:
# Replace the owner after publishing this repository.
repoURL: https://github.com/REPLACE_WITH_GITHUB_OWNER/kubernetes-security-baseline.git
repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
path: argocd/apps
destination:
@@ -21,4 +21,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
+1 -2
View File
@@ -14,7 +14,7 @@ spec:
helm:
valueFiles:
- $values/falco/falco-values.yaml
- repoURL: https://github.com/REPLACE_WITH_GITHUB_OWNER/kubernetes-security-baseline.git
- repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
ref: values
destination:
@@ -26,4 +26,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
+1 -2
View File
@@ -9,7 +9,7 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/REPLACE_WITH_GITHUB_OWNER/kubernetes-security-baseline.git
repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
path: policies/kyverno
destination:
@@ -21,4 +21,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
+1 -2
View File
@@ -8,7 +8,7 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/REPLACE_WITH_GITHUB_OWNER/kubernetes-security-baseline.git
repoURL: https://git.swaphb.com/swaphb/kubernetes-security-baseline-lab.git
targetRevision: main
path: test-workloads
destination:
@@ -20,4 +20,3 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true