mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 06:54:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
build:
 | 
						|
  misskey:
 | 
						|
    args:
 | 
						|
      - NODE_ENV=development
 | 
						|
deploy:
 | 
						|
  - helm upgrade --install misskey chart --set image=${OKTETO_BUILD_MISSKEY_IMAGE} --set url="https://misskey-$(kubectl config view --minify -o jsonpath='{..namespace}').cloud.okteto.net" --set environment=development
 |