Files
bruce-operator/deploy/example/httpbin.yml
T
2018-09-29 07:31:54 -04:00

10 lines
228 B
YAML

apiVersion: "bruce.kennethreitz.org/v1alpha1"
kind: "App"
metadata:
name: "httpbin"
spec:
name: "httpbin"
repo: "https://github.com/requests/httpbin.git"
auto_deploy_latest_release: true
# auto_deploy_branch: "master"