fix(gitops): usar https en repoURL de ecommerce-app para consistencia con application.yaml

This commit is contained in:
2026-08-09 00:10:14 -05:00
parent 7066f2d871
commit a90c0a75a2
+1 -1
View File
@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea.cruzcloud.net/devops/apps-registry.git repoURL: https://gitea.cruzcloud.net/devops/apps-registry.git
targetRevision: main targetRevision: main
path: workloads/ecommerce path: workloads/ecommerce
kustomize: {} kustomize: {}