feat: add gitea-actions-runner and disable pgadmin application
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user