Skip to content

Instantly share code, notes, and snippets.

@armory-gists
Last active March 24, 2021 15:44
Show Gist options
  • Save armory-gists/cb06423bc0f043116657e23121e9d53f to your computer and use it in GitHub Desktop.
Save armory-gists/cb06423bc0f043116657e23121e9d53f to your computer and use it in GitHub Desktop.
Gists for Operator docs
# this is the top few lines from github.com/armory/spinnaker-operator/master/deploy/spinnaker/complete/spinnakerservice.yml
apiVersion: spinnaker.io/v1alpha2 # this is the Spinnaker Operator version
kind: SpinnakerService
metadata:
name: spinnaker
spec:
# spec.spinnakerConfig - This section is how to specify configuration spinnaker
spinnakerConfig:
# spec.spinnakerConfig.config - This section contains the contents of a deployment found in a halconfig .deploymentConfigurations[0]
config:
version: <version> # the Spinnaker version to deploy
persistentStorage:
persistentStoreType: s3
s3:
bucket: <change-me> # Change to a unique name. Spinnaker stores application and pipeline definitions here
rootFolder: front50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment