You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of one-off jobs directory (canada-ca#2117)
* Initial implementation of one-off jobs directory and README
* Update README.md
* Update README.md
* Update scan-job.yaml
* Update README.md
* core.py fix and .yaml update to include secrets
This directory contains manifests for the execution of one-off tasks that shouldn't be scheduled.
4
+
5
+
E.g. Initiation of scans or core service outside of regularly scheduled execution.
6
+
7
+
Deploying each file using `kubectl -n <namespace> -f <file>` will create a Kubernetes job which will only be performed once.
8
+
9
+
10
+
## Additional considerations
11
+
12
+
The naming scheme for these manifests should be <job_name>-job.yaml.
13
+
14
+
The image tagging for manifests within this directory is not updated/managed by flux, so tags may be out of date and require periodic updates to ensure proper functionality.
0 commit comments