argo: add passmower

This commit is contained in:
rasmus 2025-01-02 00:48:43 +02:00
parent 8eed4f66c1
commit 21beb2332c
3 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,40 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: passmower
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: ghcr.io/passmower/charts
chart: passmower
targetRevision: 1.0.1
valueFiles:
- ../../passmower/values.yaml
destination:
server: 'https://kubernetes.default.svc'
namespace: passmower
# syncPolicy:
# automated:
# prune: true
# syncOptions:
# - CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: passmower-extras
namespace: argocd
spec:
project: k-space.ee
source:
repoURL: 'git@git.k-space.ee:k-space/kube.git'
path: passmower
targetRevision: HEAD
destination:
server: 'https://kubernetes.default.svc'
namespace: passmower
# syncPolicy:
# automated:
# prune: true

View File

@ -0,0 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: passmower-extras
resources:
- application-extras.yaml
- texts.yaml
- kubelogin.yaml
- proxmox.yaml
- dragonfly.yaml
- prusa.yaml
- voron.yaml