chore(argocd): track main branch instead of prod for auto-sync on every commit

This commit is contained in:
Story Crater Bot
2026-08-21 20:55:20 -07:00
parent 7a7e0fe813
commit 0eb0dd89f6
2 changed files with 7 additions and 8 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
# kmsvc-manage bootstrap — manages itself and its supporting services
# (Strimzi/Kafka, Redis, queue-operator, message-plane server) from
# the kmsvc-manage repo's own k8s/argocd/ structure on the prod branch.
# the kmsvc-manage repo's own k8s/argocd/ structure on the main branch.
# Image built on every main commit, auto-deployed to sqs namespace.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
@@ -12,7 +13,7 @@ spec:
project: homelab
source:
repoURL: https://forgejo.riotpiao.com/rock/kmsvc-manage.git
targetRevision: prod
targetRevision: main
path: k8s/argocd/apps
directory:
recurse: false