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: Deployment
deployment:
# you may set one or more of the above:
# namespace selectors restrict deployment destinations to be on a given namespace set.
namespaceSelectors:
matchLabels:
specific-namespaces-auto-rollout: allowed
# label selectors target specific deployment within restricted namespaces.
labelSelectors:
matchLabels:
specific-deployment-labels-match: "true"
# Filters down to specific deployment names
names:
- optional-name-matching-for-each-deployment