Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
MGMT-924 Rename kubeconfig without ingress cert to kubeconfig-noingress
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Jun 1, 2020
1 parent 9fbdb04 commit 5390ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process-ignition-manifests-and-kubeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def upload_to_s3(s3_endpoint_url, bucket, install_dir):
for f in files:
logging.info("Uplading file: {}".format(f))
file_path = os.path.join(root, f)
if f == "kubeconfig":
f = "kubeconfig-noingress"
s3_file_name = "{}/{}".format(prefix, f)
print(s3_file_name)
uploaded = upload_to_aws(s3, file_path, bucket, s3_file_name)
Expand Down

0 comments on commit 5390ebc

Please sign in to comment.