Skip to content

Commit 1481df6

Browse files
author
Michael Chmielewski
committed
Cleanup the last few references to old configuration
1 parent 7a21596 commit 1481df6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ The following kubernetes objects are created when the chart is installed:
5959
| daemonset.podAnnotations."container.apparmor.security.beta.kubernetes.io/threatstack-agent" | string | `"unconfined"` | |
6060
| daemonset.priorityClassName | string | `""` | Optionally set the priority class name for the daemonset pods. Note that priority classes are not created via this helm chart. Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ |
6161
| daemonset.tolerations | list | `[]` | |
62-
| daemonset.volumes.containerdsocket.hostPath | string | `"/run/containerd/containerd.sock"` | Path to docker daemon's socket |
63-
| daemonset.volumes.dockersocket.hostPath | string | `"/var/run/docker.sock"` | Path to docker daemon's socket |
64-
| daemonset.volumes.oldcontainerdsocket.hostPath | string | `"/var/run/docker/containerd/docker-containerd.sock"` | Path to older containerd daemon's socket |
6562
| eksAmazon2 | bool | `false` | If `true`, the Daemonset definition will be modified to execute commands for the agent to work correctly on EKS with Amazon Linux 2 nodes. Defaults to `false` |
6663
| eksAmazon2Cmd.args[0] | string | `"-c"` | |
6764
| eksAmazon2Cmd.args[1] | string | `"chroot /threatstackfs /bin/bash -c 'service auditd stop; systemctl disable auditd'; eval tsagent setup $THREATSTACK_SETUP_ARGS; eval tsagent config --set $THREATSTACK_CONFIG_ARGS; sleep 5; /opt/threatstack/sbin/tsagentd -logstdout"` | |

values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ daemonset:
191191
# Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
192192
priorityClassName: ""
193193

194-
# Configure hostPaths for docker and containerd sockets
195-
volumes:
196-
oldcontainerdsocket:
197-
hostPath: "/var/run/docker/containerd/docker-containerd.sock"
198-
199194
## Annotations to add to the threatstack daemonset pod(s)
200195
#
201196
# To remove the apparmor annotation, add a comment as the attribute value,

0 commit comments

Comments
 (0)