Merge 9d95785a2b into 1af4c50ed0
				
					
				
			This commit is contained in:
		
						commit
						cdb520a8de
					
				|  | @ -19,6 +19,9 @@ spec: | |||
|       labels: | ||||
|         app.kubernetes.io/name: {{ template "postgres-operator-ui.name" . }} | ||||
|         app.kubernetes.io/instance: {{ .Release.Name }} | ||||
|         {{- with .Values.podLabels }} | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|         {{- end }} | ||||
|       {{- with .Values.podAnnotations }} | ||||
|       annotations: | ||||
|         {{- toYaml . | nindent 8 }} | ||||
|  |  | |||
|  | @ -54,6 +54,10 @@ envs: | |||
| podAnnotations: | ||||
|   {} | ||||
| 
 | ||||
| # Extra pod labels | ||||
| podLabels: | ||||
|   {} | ||||
| 
 | ||||
| # configure extra UI ENVs | ||||
| # Extra ENVs are writen in kubenertes format and added "as is" to the pod's env variables | ||||
| # https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue