Removing the fairwinds ad
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
a8af1c1f37
commit
135d6f2128
|
@ -1,23 +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:
|
|
||||||
- name: service.type
|
|
||||||
value: "LoadBalancer"
|
|
||||||
- name: service.annotations
|
|
||||||
value: "external-dns.alpha.kubernetes.io/hostname: goldilocks.martyn.berlin"
|
|
||||||
chart: goldilocks
|
|
||||||
repoURL: https://charts.fairwinds.com/stable
|
|
||||||
targetRevision: 9.0.1
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
selfHeal: true
|
|
Loading…
Reference in New Issue