Yaml file and python script that should just be copied down #9370
k8s-gpubuilder-markus
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @k8s-gpubuilder : you could specify spec.source.directory. exclude , // Exclude contains a glob pattern to match paths against that should be explicitly excluded from being used during manifest generation |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the situation that I have a yaml file that is for a job that gets called by a python script, providing unique values in every run. ArgoCD should not run this as it will always fail, as the yaml can't create the kubernetes object by itself.
So I would like it to not create an object, but just copy down the yaml and .py file on change on github. Is this possible? Or should I use another tool for that? How can I exclude files to be watched by ArgoCD on github?
Beta Was this translation helpful? Give feedback.
All reactions