diff --git a/helm/olake/templates/fusion/deployment.yaml b/helm/olake/templates/fusion/deployment.yaml index 0e4dbee..b7eee50 100644 --- a/helm/olake/templates/fusion/deployment.yaml +++ b/helm/olake/templates/fusion/deployment.yaml @@ -24,8 +24,14 @@ spec: app.kubernetes.io/name: {{ include "olake.name" . }}-fusion app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/component: fusion + {{- with .Values.fusion.podLabels }} + {{- toYaml . | nindent 8 }} + {{- end }} annotations: checksum/fusion-config: {{ include (print $.Template.BasePath "/fusion/configmap.yaml") . | sha256sum }} + {{- with .Values.fusion.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} spec: {{- with .Values.fusion.nodeSelector }} nodeSelector: diff --git a/helm/olake/values.yaml b/helm/olake/values.yaml index a012404..fe616ca 100644 --- a/helm/olake/values.yaml +++ b/helm/olake/values.yaml @@ -630,7 +630,13 @@ fusion: nodeSelector: {} tolerations: [] affinity: {} - + + # -- Additional pod annotations + podAnnotations: {} + + # -- Additional pod labels + podLabels: {} + # --- Amoro config shade properties shade: identifier: "default"