diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index a1a6313..d941a7c 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -77,6 +77,10 @@ spec: subPath: {{ $fs.internalPvc.tilesSubPath }} {{- end }} env: + - name: K8S_POD_UID + valueFrom: + fieldRef: + fieldPath: metadata.uid - name: SERVER_PORT value: {{ .Values.env.targetPort | quote }} {{- if .Values.global.ca.caSecretName }}