Skip to content

Commit b5a885e

Browse files
authored
Workaround server-side apply not working (#2911)
error calculating structured merge diff: error building typed value from config resource: .spec.install.spec.deployments[0].spec.template.spec.containers[0].ports: element 0: associative list with keys has an element that omits key field "protocol" (and doesn't have default value) Signed-off-by: Mathieu Parent <[email protected]>
1 parent c70ae63 commit b5a885e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/chart/templates/_packageserver.deployment-spec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ spec:
5454
imagePullPolicy: {{ .Values.package.image.pullPolicy }}
5555
ports:
5656
- containerPort: {{ .Values.package.service.internalPort }}
57+
protocol: TCP
5758
livenessProbe:
5859
httpGet:
5960
scheme: HTTPS

0 commit comments

Comments
 (0)