Skip to content

Commit e4b6901

Browse files
authored
Fix network policy label selector (#32)
1 parent 13e1002 commit e4b6901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/azdo-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: azdo-proxy
33
description: A Helm chart for azdo-proxy
44
type: application
5-
version: v0.4.0-rc1
6-
appVersion: v0.4.0-rc1
5+
version: v0.4.1
6+
appVersion: v0.4.1

charts/azdo-proxy/templates/networkpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
podSelector:
1010
matchLabels:
11-
{{- include "azdo-proxy.labels" . | nindent 6 }}
11+
{{- include "azdo-proxy.selectorLabels" . | nindent 8 }}
1212
policyTypes:
1313
- Ingress
1414
- Egress

0 commit comments

Comments
 (0)