Why is this different?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
7cbcff5255
commit
76813e789b
|
@ -4,12 +4,25 @@ metadata:
|
||||||
name: longhorn
|
name: longhorn
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
|
ignoreDifferences:
|
||||||
|
- kind: Service
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.ports[].nodePort
|
||||||
destination:
|
destination:
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
project: infra
|
project: infra
|
||||||
source:
|
source:
|
||||||
helm: {}
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: preUpgradeChecker.jobEnabled
|
||||||
|
value: "false"
|
||||||
|
- name: service.ui.type
|
||||||
|
value: LoadBalancer
|
||||||
|
- name: service.nodePort
|
||||||
|
value: ""
|
||||||
|
- name: persistence.defaultClass
|
||||||
|
value: "false"
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
repoURL: https://charts.longhorn.io
|
repoURL: https://charts.longhorn.io
|
||||||
targetRevision: 1.6.0
|
targetRevision: 1.6.0
|
||||||
|
|
Loading…
Reference in New Issue