- .sops.yaml with 3 age keys (admin, dev, prod) - infra/gitea/values/*.enc.yaml — per-env encrypted Helm values - infra/kargo/values/*.enc.yaml — per-env encrypted Kargo admin secrets - kargo/credentials/*.enc.yaml — per-env encrypted git credentials (ksops) - infra/kargo-credentials/ — ArgoCD app for deploying Kargo creds via ksops - All repoURLs point to deploy-app-kargo-private Structure from deploy-app-kargo (reference), adapted for SOPS workflow
14 lines
273 B
YAML
14 lines
273 B
YAML
{
|
|
"name": "argo-rollouts",
|
|
"namespace": "argo-rollouts",
|
|
"step": "2",
|
|
"source": {
|
|
"repoURL": "https://argoproj.github.io/argo-helm",
|
|
"chart": "argo-rollouts",
|
|
"targetRevision": 2.40.6
|
|
},
|
|
"helm": {
|
|
"values": "dashboard:\n enabled: true\n"
|
|
}
|
|
}
|