mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 23:20:18 +00:00
10 lines
228 B
YAML
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"
|