diff --git a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml index 3a46677..c515cf2 100644 --- a/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml +++ b/stx-ptp-notification-helm/stx-ptp-notification-helm/helm-charts/ptp-notification/templates/daemonset.yaml @@ -247,6 +247,7 @@ spec: - name: conf mountPath: /ptp/ readOnly: true +{{ end }} volumes: - name: scripts configMap: @@ -287,7 +288,6 @@ spec: hostPath: path: /sys/ type: Directory -{{ end }} tolerations: - key: "node-role.kubernetes.io/master" operator: "Exists"