Skip to content

Commit

Permalink
Fix VirtualServiceName variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira committed Oct 18, 2024
1 parent 2188ced commit 8eb9aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/templates/service/virtual-service.tmpl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: {{ .DestinationRuleName }}
name: {{ .VirtualServiceName }}
namespace: {{ .Namespace }}
spec:
hosts:
Expand Down

0 comments on commit 8eb9aed

Please sign in to comment.