chore(argocd): track main branch instead of prod for auto-sync on every commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user