allow to set pod annotations (#61)

This commit is contained in:
Max
2021-11-09 13:29:16 +01:00
committed by GitHub
parent 2d2603ff27
commit 262c1fe1e2
2 changed files with 8 additions and 0 deletions

View File

@@ -26,6 +26,12 @@ spec:
{{- with .Values.services.owgwui.labels }} {{- with .Values.services.owgwui.labels }}
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- if .Values.podAnnotations }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:

View File

@@ -69,6 +69,8 @@ tolerations: []
affinity: {} affinity: {}
podAnnotations: {}
# Application # Application
public_env_variables: public_env_variables:
DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001 DEFAULT_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001