Skip to content

Instantly share code, notes, and snippets.

View kevinawoo's full-sized avatar

Kevin Woo kevinawoo

View GitHub Profile
@kevinawoo
kevinawoo / stable-annotations.yaml
Created February 14, 2020 20:14
stable-annotations.yaml
# At a minimum, all we care about is when it's stable/succesful so we know if a stage should continue
# if one of stable.* is TRUE, then it's stable!
stability.spinnaker.io/stable/handler: Field
stability.spinnaker.io/stable/field: ".status.status=successful"
stability.spinnaker.io/stable.1/handler: Field
stability.spinnaker.io/stable.1/field: ".status.status=ok"
stability.spinnaker.io/stable.2/handler: Field
stability.spinnaker.io/stable.2/field: ".status.status=yay"
# another way of handling it maybe to just do comma separated conditions (same for failed status)

inline code: 👍 should see thumbsup

codeblock:

👍 thumbs up
👯‍♀️ women dancers 
@kevinawoo
kevinawoo / swagger-pipelinetemplates-issue.yml
Created August 18, 2020 02:19
swagger-pipelinetemplates-issue
---
swagger: "2.0"
info:
title: "Spinnaker API"
contact: {}
host: "localhost"
basePath: "/"
tags:
- name: "v-2-pipeline-templates-controller"
description: "V 2 Pipeline Templates Controller"