mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-04-10 04:37:18 +00:00
* fix(controller): make device and gateway class optional Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> * chore(dev): add local argocd setup Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com> --------- Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
15 lines
318 B
YAML
15 lines
318 B
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: tenant-example
|
|
spec:
|
|
project: default
|
|
source:
|
|
path: gitops/simple/
|
|
repoURL: 'https://github.com/projectcapsule/examples.git'
|
|
targetRevision: HEAD
|
|
destination:
|
|
namespace: default
|
|
server: 'https://kubernetes.default.svc'
|