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 }}
|
||||
backend:
|
||||
service:
|
||||
name: {{ .Values.service.name }}
|
||||
name: {{ $.Values.service.name }}
|
||||
port:
|
||||
number: 8000
|
||||
{{- end }}
|
||||
|
@ -1,5 +1,6 @@
|
||||
name: newsite-staging
|
||||
service: newsite-staging
|
||||
service:
|
||||
name: newsite-staging
|
||||
ingress:
|
||||
name: newsite-staging
|
||||
tls:
|
||||
|
Loading…
Reference in New Issue
Block a user