Configure ArgoCD for Git repository
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ workload boundary.
|
|||||||
|
|
||||||
## Bootstrap
|
## Bootstrap
|
||||||
|
|
||||||
1. Push this repository to GitHub and replace `REPLACE_WITH_GITHUB_OWNER` in
|
1. Push this repository to the configured Git server and use the repository URL
|
||||||
the Application manifests with the repository owner.
|
in the Application manifests.
|
||||||
2. Create the local cluster from `local-quickstart/`.
|
2. Create the local cluster from `local-quickstart/`.
|
||||||
3. Run:
|
3. Run:
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
# Replace the owner after publishing this repository.
|
# 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
|
targetRevision: main
|
||||||
path: argocd/apps
|
path: argocd/apps
|
||||||
destination:
|
destination:
|
||||||
@@ -21,4 +21,3 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/falco/falco-values.yaml
|
- $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
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
@@ -26,4 +26,3 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
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
|
targetRevision: main
|
||||||
path: policies/kyverno
|
path: policies/kyverno
|
||||||
destination:
|
destination:
|
||||||
@@ -21,4 +21,3 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
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
|
targetRevision: main
|
||||||
path: test-workloads
|
path: test-workloads
|
||||||
destination:
|
destination:
|
||||||
@@ -20,4 +20,3 @@ spec:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user