ssh-known-hosts: Move ConfigMap to its own project

This will allow multiple projects to have a ConfigMap with the same
`ssh_known_hosts` contents without duplicating the source file in the
repository.
This commit is contained in:
2025-02-08 10:37:12 -06:00
parent 28e120ddbd
commit edec79aaae
3 changed files with 13 additions and 8 deletions

View File

@@ -10,14 +10,7 @@ resources:
- secrets.yaml
- iscsi.yaml
- gentoo-storage.yaml
configMapGenerator:
- name: ssh-known-hosts
namespace: jenkins-jobs
files:
- ssh_known_hosts
options:
disableNameSuffixHash: true
- ../ssh-host-keys
patches:
- patch: |