Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller1 committed Aug 24, 2020
1 parent 8b7d382 commit 20d8c63
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
Synator synchronize your Secrets and ConfigMaps with your desired namespaces

# Usage
Add annotation `synator/sync=yes` to Secret or ConfigMap.
Add annotation `synator/sync=yes` to Secret or ConfigMap.
Optionally add one of these annotations in include specific destination
namespaces, or exclude the namespaces from the sync.
`synator/include-namespaces='namespace1,namespace2'`
`synator/exclude-namespaces='kube-system,kube-node-lease'`

# Triggers
- When update config or secret
Expand Down

0 comments on commit 20d8c63

Please sign in to comment.