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
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
controller:
flags:
on-by-default: true
dashboard:
flags:
on-by-default: true
replicaCount: 1
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
# 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
# controller:
# flags:
# on-by-default: true
# dashboard:
# flags:
# on-by-default: true
# replicaCount: 1
# syncPolicy:
# automated: {}
# syncOptions:
# - CreateNamespace=true
---
# ---