cluster.fun/manifests/_apps/reloader.yaml
Marcus Noble d60b4722be
Removed new scaleway cluster
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-12-15 21:03:02 +00:00

24 lines
479 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: reloader
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: kube-system
name: cluster-fun (scaleway)
source:
repoURL: 'https://stakater.github.io/stakater-charts'
targetRevision: v0.0.89
chart: reloader
syncPolicy:
automated: {}
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---