From 2eca62bf5dffa5da942ee4ba9b977c548299e47d Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Sat, 13 Sep 2025 20:02:05 +0100 Subject: [PATCH] Added Goldilocks Signed-off-by: Marcus Noble --- manifests/_apps/goldilocks.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 manifests/_apps/goldilocks.yaml diff --git a/manifests/_apps/goldilocks.yaml b/manifests/_apps/goldilocks.yaml new file mode 100644 index 0000000..7c0b13d --- /dev/null +++ b/manifests/_apps/goldilocks.yaml @@ -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: {} + +---