fix(forgejo): Move to sys and

This commit is contained in:
2026-01-09 13:55:32 +01:00
parent 59580b5d29
commit c8ec4161aa
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ .Values.forgejo.env }}-forgejo
name: forgejo
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
@@ -12,7 +12,7 @@ spec:
destination:
namespace: forgejo
server: https://kubernetes.default.svc
project: aux
project: sys
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD
@@ -29,7 +29,7 @@ spec:
syncPolicy:
managedNamespaceMetadata:
labels:
component: aux
component: sys
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true