Add the repo and goldilocks vpa gui
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
7f582d5c2f
commit
a44bff8b98
|
@ -0,0 +1,19 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: goldilocks
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: goldilocks
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
chart: goldilocks
|
||||||
|
repoURL: https://charts.goldilocks.io
|
||||||
|
targetRevision: 1.6.0
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
|
@ -37,3 +37,4 @@ spec:
|
||||||
- https://charts.gabe565.com
|
- https://charts.gabe565.com
|
||||||
- https://charts.longhorn.io
|
- https://charts.longhorn.io
|
||||||
- https://git.deuxfleurs.fr/Deuxfleurs/garage
|
- https://git.deuxfleurs.fr/Deuxfleurs/garage
|
||||||
|
- https://charts.fairwinds.com/stable
|
||||||
|
|
Loading…
Reference in New Issue