apiVersion: reloader.external-secrets.io/v1alpha1
kind: Config
metadata:
name: reloader-sample
labels:
app.kubernetes.io/name: reloader
spec:
notificationSources:
- #... any notification sources you want
destinationsToWatch:
- type: WorkflowRunTemplate
workflowRunTemplate:
# you may set one or more of the above:
# namespace selectors restrict WorkflowRunTemplate destinations to be on a given namespace set.
namespaceSelectors:
matchLabels:
specific-namespaces-auto-rollout: allowed
# label selectors target specific WorkflowRunTemplate within restricted namespaces.
labelSelectors:
matchLabels:
specific-workflow-labels-match: "true"
# Filters down to specific WorkflowRunTemplate names
names:
- optional-name-matching-for-each-workflow