Comment out Goldilocks

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-09-27 19:43:28 +01:00
parent 8442208f02
commit 28ce27280d

View File

@@ -1,35 +1,35 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: cluster-fun-goldilocks # name: cluster-fun-goldilocks
namespace: argocd # namespace: argocd
finalizers: # finalizers:
- resources-finalizer.argocd.argoproj.io # - resources-finalizer.argocd.argoproj.io
spec: # spec:
project: cluster.fun # project: cluster.fun
destination: # destination:
namespace: goldilocks # namespace: goldilocks
name: cluster-fun (v2) # name: cluster-fun (v2)
source: # source:
repoURL: 'https://charts.fairwinds.com/stable' # repoURL: 'https://charts.fairwinds.com/stable'
targetRevision: 10.1.0 # targetRevision: 10.1.0
chart: goldilocks # chart: goldilocks
helm: # helm:
version: v3 # version: v3
values: |- # values: |-
vpa: # vpa:
enabled: true # enabled: true
controller: # controller:
flags: # flags:
on-by-default: true # on-by-default: true
dashboard: # dashboard:
flags: # flags:
on-by-default: true # on-by-default: true
replicaCount: 1 # replicaCount: 1
syncPolicy: # syncPolicy:
automated: {} # automated: {}
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
--- # ---