Compare commits
No commits in common. "a44bff8b9880a37110eb4b9a75ffe9093a7b8a74" and "5049f953c6ad0c63c396409392084098e4ead922" have entirely different histories.
a44bff8b98
...
5049f953c6
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj/argo-cd//manifests/cluster-install?ref=v2.10.17
|
- github.com/argoproj/argo-cd//manifests/cluster-install
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- service.yaml
|
- service.yaml
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
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,4 +37,3 @@ 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