2024-01-09 11:28:58 +00:00
|
|
|
# Default values for whereabouts.
|
|
|
|
# This is a YAML-formatted file.
|
|
|
|
# Declare variables to be passed into your templates.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: rancher/hardened-whereabouts
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
# Overrides the image tag whose default is the chart appVersion.
|
2024-10-11 20:37:53 +00:00
|
|
|
tag: v0.8.0-build20241011
|
2024-01-09 11:28:58 +00:00
|
|
|
|
|
|
|
updateStrategy: RollingUpdate
|
|
|
|
imagePullSecrets: []
|
|
|
|
nameOverride: ""
|
|
|
|
fullnameOverride: ""
|
|
|
|
namespaceOverride: "kube-system"
|
|
|
|
successfulJobsHistoryLimit: 0
|
|
|
|
|
|
|
|
serviceAccount:
|
|
|
|
# Specifies whether a service account should be created
|
|
|
|
create: true
|
|
|
|
# Annotations to add to the service account
|
|
|
|
annotations: {}
|
|
|
|
# The name of the service account to use.
|
|
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
|
|
#name: ""
|
|
|
|
|
|
|
|
podAnnotations: {}
|
|
|
|
|
|
|
|
podSecurityContext: {}
|
|
|
|
# fsGroup: 2000
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
privileged: true
|
|
|
|
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: "100m"
|
|
|
|
memory: "100Mi"
|
|
|
|
|
|
|
|
nodeSelector:
|
2024-03-06 23:58:32 +00:00
|
|
|
kubernetes.io/os: linux
|
2024-01-09 11:28:58 +00:00
|
|
|
|
|
|
|
tolerations:
|
|
|
|
- operator: Exists
|
|
|
|
effect: NoSchedule
|
|
|
|
|
|
|
|
affinity: {}
|
2024-01-15 15:15:46 +00:00
|
|
|
|
2024-03-22 17:32:29 +00:00
|
|
|
cniConf:
|
|
|
|
confDir: /etc/cni/net.d
|
|
|
|
binDir: /opt/cni/bin
|
|
|
|
|
2024-09-02 14:25:48 +00:00
|
|
|
nodeSliceController:
|
|
|
|
enabled: true
|
|
|
|
|
2024-01-15 15:15:46 +00:00
|
|
|
global:
|
|
|
|
systemDefaultRegistry: ""
|