You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request is a bit messy, we only need to add 1 line really :
{{- with .Values.service.spec }}{{ toYaml . | nindent 2 }}{{ end }}
at the right spot. Not sure of the indent. I tried to setup the helm repo for the cloned repository but that didn't work.
Trying to figure out how I can easily test this.
The text was updated successfully, but these errors were encountered:
To set the static IP address for the loadblaancer,, we need to ocpy over LoadbalancerIP
I created this pull request where the template will copy over all properties of
service.spec
from thevalues
#72
The pull request is a bit messy, we only need to add 1 line really :
{{- with .Values.service.spec }}{{ toYaml . | nindent 2 }}{{ end }}
at the right spot. Not sure of the indent. I tried to setup the helm repo for the cloned repository but that didn't work.
Trying to figure out how I can easily test this.
The text was updated successfully, but these errors were encountered: