2 Commits

Author SHA1 Message Date
2d6faab122 Merge branch 'master' of https://git.cluster.fun/averagemarcus/cluster.fun 2025-09-13 20:02:13 +01:00
2eca62bf5d Added Goldilocks
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2025-09-13 20:02:05 +01:00

View File

@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-goldilocks
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: goldilocks
name: cluster-fun (v2)
source:
repoURL: 'https://charts.fairwinds.com/stable'
targetRevision: 10.1.0
chart: goldilocks
helm:
version: v3
values: |-
vpa:
enabled: true
syncPolicy:
automated: {}
---