Switch back to individual apps
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
144f5f14d1
commit
deb829c832
@ -10,11 +10,33 @@ spec:
|
||||
destination:
|
||||
namespace: tailscale
|
||||
name: scaleway
|
||||
sources:
|
||||
- path: manifests/tailscale-operator
|
||||
source:
|
||||
path: manifests/tailscale-operator
|
||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||
targetRevision: HEAD
|
||||
- repoURL: 'https://github.com/tailscale/tailscale.git'
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
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
|
||||
name: scaleway
|
||||
source:
|
||||
repoURL: 'https://github.com/tailscale/tailscale.git'
|
||||
path: "main/cmd/k8s-operator/deploy/chart"
|
||||
targetRevision: HEAD
|
||||
chart: tailscale-operator
|
||||
|
Loading…
Reference in New Issue
Block a user