Skip to content

Commit

Permalink
Use consul.fullname instead of release.name
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman committed May 30, 2023
1 parent a4adb48 commit c45e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/templates/connect-inject-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ rules:
resources:
- securitycontextconstraints
resourceNames:
- {{ .Release.Name }}-api-gateway
- {{ template "consul.fullname" . }}-api-gateway
verbs:
- use
{{- end }}
Expand Down

0 comments on commit c45e2c9

Please sign in to comment.