This jail hosts the git repo used for the kubernetes cluster manifests. It lives in a jail instead of inside a git website hosted inside kubernetes because it is needed for the bootstrapping process, creating a chicken-and-egg type of scenario. I figure I can set up mirroring of the git repo to a hosted git website for publishing.
		
			
				
	
	
		
			21 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			359 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
os_flavor: "freebsd"
 | 
						|
users:
 | 
						|
  talexander:
 | 
						|
    initialize: true
 | 
						|
    uid: 11235
 | 
						|
    gid: 11235
 | 
						|
    groups:
 | 
						|
      - name: wheel
 | 
						|
    authorized_keys:
 | 
						|
      - yubikey
 | 
						|
      - main_fido
 | 
						|
      - backup_fido
 | 
						|
  git:
 | 
						|
    initialize: false
 | 
						|
    shell: /usr/local/bin/git-shell
 | 
						|
    authorized_keys:
 | 
						|
      - yubikey
 | 
						|
      - main_fido
 | 
						|
      - backup_fido
 | 
						|
sshd_enabled: true
 |