Added tailscale-operator

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-12-15 13:03:11 +00:00
parent 50977c6d7f
commit 34862e4250
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,48 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-operator
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: tailscale
name: scaleway
source:
path: manifests/tailscale-operator
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-operator-chart
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: tailscale-operator
name: scaleway
source:
repoURL: 'https://github.com/tailscale/tailscale/main/cmd/k8s-operator/deploy/chart'
targetRevision: 0.1.0
chart: tailscale-operator
helm:
version: v3
values: |-
operatorConfig:
hostname: "scaleway"
syncPolicy:
automated: {}
---

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: operator-oauth
namespace: tailscale
annotations:
kube-1password: 43tugabtoh22ykoe5emcjjpeqa
kube-1password/vault: Kubernetes
kube-1password/secret-text-parse: "true"
type: Opaque
---