This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/_apps/headscale.yaml
Tobias Brunner dd1e12d060
All checks were successful
continuous-integration/drone/push Build is passing
install headscale
2022-05-05 21:47:39 +02:00

22 lines
438 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: headscale
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: headscale
server: https://kubernetes.default.svc
project: system
source:
path: headscale
repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git
targetRevision: HEAD
---
apiVersion: v1
kind: Namespace
metadata:
name: headscale