Skip to content

Instantly share code, notes, and snippets.

@marfenij
Last active December 13, 2018 17:14
Show Gist options
  • Save marfenij/531f31d7ac88a3d2ca918e014e908c0b to your computer and use it in GitHub Desktop.
Save marfenij/531f31d7ac88a3d2ca918e014e908c0b to your computer and use it in GitHub Desktop.
schema: "1" # Schema must match for all
id: auth
metadata:
name: Template to deploy auth api
variables:
- name: k8s-account
description: kubernetes account to deploy
type: string
group: Deployment
- name: namespace
description: kubernetes namespace where app will deployed
type: string
group: Deployment
defaultValue: "default"
stages:
- id: findPullSecret
type: findArtifactsFromResource
config:
manifestName: "Secret twr-es-gcr-key"
account: "{{ k8s-account }}"
location: "{{ namespace }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment