jenkins: Add default imagePullSecrets for jobs
Setting the `imagePullSecrets` property on the default service account for the *jenkins-jobs* namespace allows jobs to run from private container images automatically, without additional configuration in the pipeline definitions.
This commit is contained in:
@@ -8,6 +8,7 @@ labels:
|
||||
resources:
|
||||
- jenkins.yaml
|
||||
- argocd-sync-hook.yaml
|
||||
- secrets.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: ssh-known-hosts
|
||||
|
||||
Reference in New Issue
Block a user