File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
deployment/helm/node-feature-discovery Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.postDeleteCleanup }}
12apiVersion : v1
23kind : ServiceAccount
34metadata :
9697 tolerations :
9798 {{- toYaml . | nindent 8 }}
9899 {{- end }}
100+ {{- end }}
101+
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ featureGates:
1515
1616priorityClassName : " "
1717
18+ postDeleteCleanup : true
19+
1820master :
1921 enable : true
2022 extraArgs : []
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ Chart parameters are available.
164164| ` prometheus.labels ` | dict | {} | Specifies labels for use with the prometheus operator to control how it is selected |
165165| ` prometheus.scrapeInterval ` | string | 10s | Specifies the interval by which metrics are scraped |
166166| ` priorityClassName ` | string | | The name of the PriorityClass to be used for the NFD pods. |
167+ | ` postDeleteCleanup ` | bool | true | Controls behavior of post-delete hook. |
167168
168169Metrics are configured to be exposed using prometheus operator API's by
169170default. If you want to expose metrics using the prometheus operator
You can’t perform that action at this time.
0 commit comments