Skip to content

Commit 536fc19

Browse files
committed
🐛 (networkpolicy) added missing auth named port
Closes #10201
1 parent b0c1c0f commit 536fc19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

charts/kubernetes-dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
apiVersion: v2
1616
name: kubernetes-dashboard
17-
version: 7.12.0
17+
version: 7.12.1
1818
description: General-purpose web UI for Kubernetes clusters
1919
keywords:
2020
- kubernetes

charts/kubernetes-dashboard/templates/security/networkpolicy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ spec:
3939
protocol: TCP
4040
- port: {{ $.Values.api.role }}
4141
protocol: TCP
42+
- port: {{ $.Values.auth.role }}
43+
protocol: TCP
4244
{{ end }}
4345
{{ end }}
4446
{{ end }}

0 commit comments

Comments
 (0)