gitops-zurrli/argoapps/common/kured.yaml

24 lines
483 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: kured
namespace: argocd
spec:
generators:
- clusters: {}
template:
metadata:
name: '{{name}}-kured'
spec:
project: system
source:
chart: kured
repoURL: https://kubereboot.github.io/charts
targetRevision: 5.4.5
destination:
server: '{{server}}'
namespace: kured
syncPolicy:
syncOptions:
- CreateNamespace=true