You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add DaemonSet support to the helm chart (#62)
Adds the `kind` value which defaults to `Deployment` but can be set to
`DaemonSet` if desired.
Replica and HPA configuration is ignored if `kind` is `DaemonSet`.
Furthermore this change updates the `apiVersion` for the
`HorizontalPodAutoscaler` to `autoscaling/v2` since
`autoscaling/v2beta1` is deprecated and removed in Kubernetes 1.25. This
required some minor changes to the configuration schema.
0 commit comments