20d8146e8c
- Created new documentation files including TROUBLESHOOTING.md, CONFIGURATION.md, and CONTRIBUTING.md. - Added deployment guide with automated and manual instructions. - Introduced new YAML configurations for Kubernetes resources and Helm charts. - Implemented a deployment script for setting up the GitOps infrastructure.
8 lines
239 B
YAML
8 lines
239 B
YAML
apiVersion: kargo.akuity.io/v1alpha1
|
|
kind: Project
|
|
metadata:
|
|
name: orchestration-kargo
|
|
annotations:
|
|
# This annotation ensures Projects (Namespaces) are created first when deployed via Argo CD
|
|
argocd.argoproj.io/sync-wave: "-1"
|