apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: reflector namespace: infra-devops spec: repo: https://emberstack.github.io/helm-charts chart: reflector targetNamespace: infra-devops version: v7.1.288 valuesContent: |- affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-role.kubernetes.io/master operator: In values: - "true" tolerations: - key: "node-role.kubernetes.io/master" operator: "Exists" effect: "NoSchedule"