You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/operator-manual/declarative-setup.md
+8
Original file line number
Diff line number
Diff line change
@@ -1225,6 +1225,14 @@ Notes:
1225
1225
* Invalid globs result in the whole rule being ignored.
1226
1226
* If you add a rule that matches existing resources, these will appear in the interface as `OutOfSync`.
1227
1227
1228
+
## Mask sensitive Annotations on Secrets
1229
+
1230
+
An optional comma-separated list of `metadata.annotations` keys can be configured with `resource.sensitive.mask.annotations` to mask their values in UI/CLI on Secrets.
Argocd controller can be restricted from discovering/syncing specific resources using just controller rbac, without having to manually configure resource exclusions.
// resourceCustomLabelKey is the key to a custom label to show in node info, if present
465
467
resourceCustomLabelsKey="resource.customLabels"
466
468
// resourceIncludeEventLabelKeys is the key to labels to be added onto Application k8s events if present on an Application or it's AppProject. Supports wildcard.
0 commit comments