Skip to content

Commit

Permalink
change network policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jul 13, 2022
1 parent d8f7b0b commit d83c298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gdscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ maintainers:
- name: G DATA CyberDefense AG
email: oem@gdata.de
type: application
version: 0.4.4
version: 0.4.5
appVersion: "1.0.2"
2 changes: 1 addition & 1 deletion charts/gdscan/templates/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: "{{ .Release.Name }}"
name: "{{ .Release.Name }}-update"
spec:
podSelector:
matchLabels:
Expand Down

0 comments on commit d83c298

Please sign in to comment.