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

Commit

Permalink
Merge pull request #101 from alexbrand/rm-ca
Browse files Browse the repository at this point in the history
commandline.tmpl: Add line that removes CA temp file
  • Loading branch information
stevesloka authored Jan 31, 2019
2 parents 848f487 + 414f1a8 commit e3c4653
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 e3c4653

Please sign in to comment.