Loading assets/auto-deploy-app/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ spec: {{- range .Values.additionalServicePorts }} - name: {{ .name }} containerPort: {{ .targetPort }} protocol: {{ .protocol }} {{- end}} {{- end }} livenessProbe: Loading assets/auto-deploy-app/test/templates/deployment_test.go +2 −1 Original line number Diff line number Diff line Loading @@ -453,6 +453,7 @@ func TestAdditionalServicePortDefinition(t *testing.T) { coreV1.ContainerPort { Name: "port-443", ContainerPort: 443, Protocol: "TCP", }, }, expectedErrorRegexp: regexp.MustCompile("Error: could not find template templates/service.yaml in chart"), Loading Loading
assets/auto-deploy-app/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ spec: {{- range .Values.additionalServicePorts }} - name: {{ .name }} containerPort: {{ .targetPort }} protocol: {{ .protocol }} {{- end}} {{- end }} livenessProbe: Loading
assets/auto-deploy-app/test/templates/deployment_test.go +2 −1 Original line number Diff line number Diff line Loading @@ -453,6 +453,7 @@ func TestAdditionalServicePortDefinition(t *testing.T) { coreV1.ContainerPort { Name: "port-443", ContainerPort: 443, Protocol: "TCP", }, }, expectedErrorRegexp: regexp.MustCompile("Error: could not find template templates/service.yaml in chart"), Loading