Skip to content

Commit

Permalink
feat: add flatten option for sync plan
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic committed Sep 14, 2023
1 parent f9a36ad commit 36ed0cd
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cmd/testdata/syncjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ sync:

## 6. Usage: Sync single key from multiple sources with templating
- secretSources:
- name: username # Username mapping, available as ".Data.username"
secretRef:
key: /source/credentials/username
- name: username # Username mapping, available as ".Data.username"
secretRef:
key: /source/credentials/username

- name: password # Password mapping, available as ".Data.password"
secretRef:
key: /source/credentials/password
- name: password # Password mapping, available as ".Data.password"
secretRef:
key: /source/credentials/password

- name: dynamic_query # Query mapping, available as "Data.dynamic_query.<key>"
secretQuery:
path: /source/credentials
key:
regexp: .*
- name: dynamic_query # Query mapping, available as "Data.dynamic_query.<key>"
secretQuery:
path: /source/credentials
key:
regexp: .*

target:
key: /target/example-6
Expand Down

0 comments on commit 36ed0cd

Please sign in to comment.