feat: add gitea-actions-runner and disable pgadmin application

This commit is contained in:
2026-08-31 23:35:03 +02:00
parent 8acd84ffb8
commit ca048f9712
2 changed files with 27 additions and 0 deletions
@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea-actions
namespace: argocd
spec:
destination:
namespace: gitea-actions
server: {{ $.Values.spec.destination.server }}
project: homelab
source:
repoURL: https://dl.gitea.com/charts/
targetRevision: 0.1.2
chart: actions
helm:
values: |
enabled: true
giteaRootUrl: "https://git.hnrx.net"
existingSecret: gitea-actions-secret
existingSecretKey: runner-token
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true