Skip to content

Commit

Permalink
remove explicit namespace setting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Nov 22, 2024
1 parent 97ddd04 commit 12c39b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/cryostat/templates/networkpolicy_ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: {{ .Release.Name }}-internal-ingress
namespace: {{ .Release.Namespace }}
spec:
podSelector:
matchLabels:
Expand Down
3 changes: 0 additions & 3 deletions charts/cryostat/tests/networkpolicy_ingress_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ tests:
- equal:
path: metadata.name
value: RELEASE-NAME-internal-ingress
- equal:
path: metadata.namespace
value: NAMESPACE
- equal:
path: spec.podSelector
value:
Expand Down

0 comments on commit 12c39b4

Please sign in to comment.