mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-25 11:25:15 +01:00
24 lines
483 B
YAML
24 lines
483 B
YAML
apiVersion: 0.1.0
|
|
environments:
|
|
default:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: default
|
|
dev:
|
|
destination:
|
|
namespace: dev
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: dev
|
|
prod:
|
|
destination:
|
|
namespace: prod
|
|
server: https://kubernetes.default.svc
|
|
k8sVersion: v1.10.0
|
|
path: prod
|
|
kind: ksonnet.io/app
|
|
name: guestbook
|
|
version: 0.0.1
|