k8s-image-availability-exporter icon indicating copy to clipboard operation
k8s-image-availability-exporter copied to clipboard

Add ability to customise pod annotations

Open artemiyplotnikov opened this issue 10 months ago • 2 comments

Please add ability to customise pod annotations for deployment k8s-image-availability-exporter for example:

  template:
    metadata:
      {{- if .Values.k8sImageAvailabilityExporter.annotations }}
      annotations:
       {{- include .Values.k8sImageAvailabilityExporter.annotations . | nindent 8 }}

artemiyplotnikov avatar Apr 16 '24 14:04 artemiyplotnikov