Skip to content

Instantly share code, notes, and snippets.

@jmelis
Last active February 7, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmelis/14a1bc822b952ac0e98b7ef1e7a0139f to your computer and use it in GitHub Desktop.
Save jmelis/14a1bc822b952ac0e98b7ef1e7a0139f to your computer and use it in GitHub Desktop.
cluster: [cluster]
namespace: [namespace]
items:
- provider: file
path: /resource.yml
- provider: github
org: app-sre
repo: qontract-server
path: /resource.yml
hash: 8fafb7c24188645c099c0ee7a9f6806b178158dd
parameters:
bla: bla
- provide: file
path: /templateresource.yml
process: yes
processParameters:
default:
key: valdefault
production:
KP: valprod
staging:
KS: valstg
cluster: [cluster]
namespace: [namespace]
items:
- provider: file
path: /resource.yml
- provider: github
org: app-sre
repo: qontract-server
path: /resource.yml
hash: 8fafb7c24188645c099c0ee7a9f6806b178158dd
- provide: file
path: /templateresource.yml
template: yes
parameters:
default:
key: valdefault
production:
key: valprod
staging:
key: valstg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment