Created
March 25, 2016 22:10
-
-
Save JohnTheodore/5ddf23fda8847034234b to your computer and use it in GitHub Desktop.
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
| kubernetes: | |
| # If you want to deploy containers to Kubernetes, | |
| # set enabled and provide primary credentials for deploying. | |
| # Enabling kubernetes is dependent on dockerRegistry being enabled. | |
| enabled: true #${SPINNAKER_KUBERNETES_ENABLED:false} | |
| primaryCredentials: | |
| # These credentials use authentication information at ~/.kube/config | |
| # by default. | |
| name: symcpe-kube-aws | |
| dockerRegistryAccount: ${providers.dockerRegistry.primaryCredentials.name} | |
| dockerRegistry: | |
| # If you want to deploy containers to a container management solution, | |
| # you must specifiy where these container images exist first. | |
| # Enabling dockerRegistry is independent of other providers. | |
| enabled: true #${SPINNAKER_KUBERNETES_ENABLED:false} | |
| primaryCredentials: | |
| name: johntheodore | |
| address: https://index.docker.io/ | |
| repository: library/nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment