Skip to content

Commit

Permalink
fix network policy name for HELM ownership.
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Nov 16, 2023
1 parent ac567cd commit 3a9dd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nr-oracle-service/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-apps-to-connect-to-{{ include "component.name" . }}
name: allow-apps-to-connect-to-{{ .Release.Name }}
labels:
{{- include "component.labels" . | nindent 6 }}
spec:
Expand All @@ -11,4 +11,4 @@ spec:
- from:
- podSelector: {}
policyTypes:
- Ingress
- Ingress

0 comments on commit 3a9dd01

Please sign in to comment.