Open liang-555 opened 3 months ago
i want to add a custom plugin to deal the resource files ,and then give these processed files to argocd-vault-plugin for processing. Is this possible?
Make your own Config Management Plugin such as command1-command2-vault which wraps in a shell script the invocation of command1 | command2 | argocd-vault-plugin <args>
command1-command2-vault
command1 | command2 | argocd-vault-plugin <args>
i want to add a custom plugin to deal the resource files ,and then give these processed files to argocd-vault-plugin for processing. Is this possible?