Skip to content

Commit

Permalink
Update sdk/python/kfp/gcp.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Alexey Volkov <alexey.volkov@ark-kun.com>
  • Loading branch information
aakashbajaj and Ark-kun authored Aug 2, 2019
1 parent 478ff86 commit 7baf043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/kfp/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def use_gcp_secret(secret_name='user-gcp-sa', secret_file_path_in_volume=None, v
"""

# permitted values for secret_name = ['admin-gcp-sa', 'user-gcp-sa']
if secret_file_path_in_volume == None:
if secret_file_path_in_volume is None:
secret_file_path_in_volume = '/' + secret_name + '.json'

if volume_name is None:
Expand Down

0 comments on commit 7baf043

Please sign in to comment.