Skip to content

Commit

Permalink
Use Release.Name in python example in NOTES.txt. (#89) (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 authored Jul 1, 2021
1 parent 09e169b commit 767e245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/afm/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import pyarrow.flight as fl
import pandas as pd

# Create a Flight client
client = fl.connect("grpc://{{ include "arrow-flight-module.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:80")
client = fl.connect("grpc://{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local:80")

# Prepare the request
request = {
Expand Down

0 comments on commit 767e245

Please sign in to comment.