Skip to content

Commit

Permalink
Fix typo in podsecuritypolicy name. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MemberIT authored Apr 15, 2021
1 parent 2031f2e commit e6089ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/goldpinger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: goldpinger
sources:
- https://github.com/bloomberg/goldpinger
- https://github.com/okgolove/helm-charts
version: 4.1.0
version: 4.1.1
2 changes: 1 addition & 1 deletion charts/goldpinger/templates/podsecuritypolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rules:
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ template "goldpinger.fullname" . }}-pod-security-polic
name: {{ template "goldpinger.fullname" . }}-pod-security-policy
labels:
app.kubernetes.io/name: {{ include "goldpinger.name" . }}
helm.sh/chart: {{ include "goldpinger.chart" . }}
Expand Down

0 comments on commit e6089ad

Please sign in to comment.