Skip to content

Commit b90652d

Browse files
sathieuperdasilva
authored andcommitted
Workaround server-side apply not working
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 b90652d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)