Added Goldilocks
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
26
manifests/_apps/goldilocks.yaml
Normal file
26
manifests/_apps/goldilocks.yaml
Normal 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: {}
|
||||||
|
|
||||||
|
---
|
Reference in New Issue
Block a user