cluster.fun/manifests/_apps/auth-proxy.yaml
Marcus Noble c2ad0c89fc
Remove more from old cluster
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2024-04-06 15:56:07 +01:00

26 lines
551 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-auth-proxy
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: auth-proxy
name: cluster-fun (v2)
source:
path: manifests/auth-proxy
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---