Last active
February 27, 2018 00:29
-
-
Save Sushant/8dfabce0738ea5e6c26f6dd8ffcf0474 to your computer and use it in GitHub Desktop.
Spinnaker Kube config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clusters: | |
- cluster: | |
insecure-skip-tls-verify: true | |
server: https://kubernetes.svc.default | |
name: spinnaker-local | |
contexts: | |
- context: | |
cluster: spinnaker-local | |
namespace: spinnaker | |
user: spinnaker-svc-account | |
name: spinnaker-local | |
current-context: spinnaker-local | |
kind: Config | |
users: | |
- name: spinnaker-svc-account | |
user: | |
token: <TOKEN> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment