Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
commandline.tmpl: Add line that removes CA temp file
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brand <[email protected]>
  • Loading branch information
alexbrand committed Jan 31, 2019
1 parent 848f487 commit 414f1a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/commandline.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ kubectl config set-credentials {{ .Email }} \
--auth-provider-arg=id-token={{ .IDToken }}
kubectl config set-context {{ .ClusterName }} --cluster={{ .ClusterName }} --user={{ .Email }}
kubectl config use-context {{ .ClusterName }}
rm ca-{{ .ClusterName }}.pem
</code>
</pre>
</div>
Expand Down

0 comments on commit 414f1a8

Please sign in to comment.