Alright, another templating issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
860b2e47d0
commit
a2995ed8da
@ -28,7 +28,7 @@ spec:
|
|||||||
pathType: {{ .pathType }}
|
pathType: {{ .pathType }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: {{ .Values.service.name }}
|
name: {{ $.Values.service.name }}
|
||||||
port:
|
port:
|
||||||
number: 8000
|
number: 8000
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
name: newsite-staging
|
name: newsite-staging
|
||||||
service: newsite-staging
|
service:
|
||||||
|
name: newsite-staging
|
||||||
ingress:
|
ingress:
|
||||||
name: newsite-staging
|
name: newsite-staging
|
||||||
tls:
|
tls:
|
||||||
|
Loading…
Reference in New Issue
Block a user