Skip to content

Commit

Permalink
add plugin.yaml in the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
santinoncs committed Jul 4, 2024
1 parent 83e69be commit 90bf561
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: ConfigManagementPlugin
metadata:
name: skaffold
spec:
generate:
command:
- /home/argocd/bin/skaffold-generate-script.sh
discover:
find:
command: ["sh", "-c", "find . -name 'skaffold.yaml'"]
init:
args:
- -c
- ls
command:
- bash

0 comments on commit 90bf561

Please sign in to comment.