Skip to content

Instantly share code, notes, and snippets.

@JohnTheodore
Created March 25, 2016 22:10
Show Gist options
  • Select an option

  • Save JohnTheodore/5ddf23fda8847034234b to your computer and use it in GitHub Desktop.

Select an option

Save JohnTheodore/5ddf23fda8847034234b to your computer and use it in GitHub Desktop.
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