mirror of
				https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
				synced 2025-10-30 17:57:46 +00:00 
			
		
		
		
	allow to set pod annotations (#61)
This commit is contained in:
		| @@ -26,6 +26,12 @@ spec: | ||||
|         {{- with .Values.services.owgwui.labels }} | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|         {{- end }} | ||||
|       {{- if .Values.podAnnotations }} | ||||
|       annotations: | ||||
|         {{- with .Values.podAnnotations }} | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|         {{- end }} | ||||
|       {{- end }} | ||||
|     spec: | ||||
|  | ||||
|       containers: | ||||
|   | ||||
| @@ -69,6 +69,8 @@ tolerations: [] | ||||
|  | ||||
| affinity: {} | ||||
|  | ||||
| podAnnotations: {} | ||||
|  | ||||
| # Application | ||||
| public_env_variables: | ||||
|   DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max
					Max