Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8f70b6

Browse files
committedSep 29, 2023
fix: ensure port names are <15 characters
1 parent 67421ea commit a8f70b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config/overlays/olm/deployment_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
containers:
99
- name: manager
1010
ports:
11-
- name: tls-manager-metrics
11+
- name: tls-metrics
1212
containerPort: 8443
1313
args:
1414
- --enable-leader-election

0 commit comments

Comments
 (0)
Please sign in to comment.