Last active
December 13, 2018 17:14
-
-
Save marfenij/531f31d7ac88a3d2ca918e014e908c0b 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
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