add default env vars to refact chart #6
| 
						 | 
					@ -3,7 +3,7 @@ apiVersion: v2
 | 
				
			||||||
appVersion: "v1.1.0"
 | 
					appVersion: "v1.1.0"
 | 
				
			||||||
description: A self-hosted open-source alternative to Copilot.
 | 
					description: A self-hosted open-source alternative to Copilot.
 | 
				
			||||||
name: refact
 | 
					name: refact
 | 
				
			||||||
version: 0.1.0
 | 
					version: 0.2.0
 | 
				
			||||||
kubeVersion: ">= 1.16.0-0"
 | 
					kubeVersion: ">= 1.16.0-0"
 | 
				
			||||||
keywords:
 | 
					keywords:
 | 
				
			||||||
  - refact
 | 
					  - refact
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,6 +14,13 @@ image:
 | 
				
			||||||
  # -- image pull policy
 | 
					  # -- image pull policy
 | 
				
			||||||
  pullPolicy: IfNotPresent
 | 
					  pullPolicy: IfNotPresent
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# -- Configures the environemnt variables used by the refact chart under this key.
 | 
				
			||||||
 | 
					# This can be used to configure your temporary and permanente storage directories.
 | 
				
			||||||
 | 
					# @default -- See values.yaml
 | 
				
			||||||
 | 
					env: {}
 | 
				
			||||||
 | 
					  # REFACT_PERM_DIR: "~/.refact/perm-storage" 
 | 
				
			||||||
 | 
					  # REFACT_TMP_DIR: "~/.refact/tmp"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# -- Configures the runtime settings for the chart under this key.
 | 
					# -- Configures the runtime settings for the chart under this key.
 | 
				
			||||||
# This can be used to configure your GPU-specific runtime environment name to the deployment.
 | 
					# This can be used to configure your GPU-specific runtime environment name to the deployment.
 | 
				
			||||||
# @default -- See values.yaml
 | 
					# @default -- See values.yaml
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user