Skip to content

Commit 595ee16

Browse files
committed
feat: add empty string to service.targetPort
1 parent 54c1221 commit 595ee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/oauth2-proxy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ service:
155155
internalTrafficPolicy: ""
156156
# configure service target port
157157
# useful when there's need to route requests to sidecar containers first
158-
targetPort:
158+
targetPort: ""
159159

160160
## Create or use ServiceAccount
161161
serviceAccount:

0 commit comments

Comments
 (0)