1
0
forked from k-space/kube

argo: passmower helm + extras didn't work out

Kustomize should be able to auto-generate Helm as well.
This commit is contained in:
2025-01-02 01:02:23 +02:00
parent 21beb2332c
commit b71a872c09
5 changed files with 695 additions and 24 deletions

View File

@@ -4,28 +4,6 @@ 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: