We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135cd4b commit 8719c7bCopy full SHA for 8719c7b
1 file changed
addons/nessie/0.103/plans/standard-8c8g/bind.yaml
@@ -3,17 +3,17 @@ credential:
3
- name: EXTERNAL_IP
4
valueFrom:
5
serviceRef:
6
- name: {{ include "common.names.fullname" . }}
+ name: {{ include "nessie.fullname" . }}
7
jsonpath: '{.status.loadBalancer.ingress[0].ip}'
8
{{- end }}
9
- name: CLUSTER_IP
10
11
12
13
jsonpath: '{.spec.clusterIP}'
14
- name: PORT
15
16
17
18
- jsonpath: '{.spec.ports[?(@.name=="http")].port}'
+ jsonpath: '{.spec.ports[?(@.name=="nessie-http")].port}'
19
0 commit comments