Compare commits
2 Commits
5049f953c6
...
a44bff8b98
Author | SHA1 | Date |
---|---|---|
Martyn | a44bff8b98 | |
Martyn | 7f582d5c2f |
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj/argo-cd//manifests/cluster-install
|
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.10.17
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
|
|
@ -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