1apiVersion: v1 2kind: ConfigMap 3metadata: 4 name: nodeagent-plugins 5 namespace: sds 6data: 7 grubstringupdater: "false" 8 networking: "false" 9 nodepatcher: "true" 10 ntpconfiguration: "false" 11 osuserpasswordupdater: "false" 12 remoteagentconfig: "false" 13 suspendAll: "false" 14 thinclientconfig: "false" 15 thinclientconfigmapwatcher: "false" 16 thinclientsecretwatcher: "false"