values.yaml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. ---
  2. global:
  3. nodeSelector: {}
  4. tolerations: []
  5. topologySpreadConstraints: []
  6. # - maxSkew: 1
  7. # topologyKey: topology.kubernetes.io/zone
  8. # whenUnsatisfiable: ScheduleAnyway
  9. # matchLabelKeys:
  10. # - pod-template-hash
  11. # - maxSkew: 1
  12. # topologyKey: kubernetes.io/hostname
  13. # whenUnsatisfiable: DoNotSchedule
  14. # matchLabelKeys:
  15. # - pod-template-hash
  16. affinity: {}
  17. # -- Global hostAliases to be applied to all deployments
  18. hostAliases: []
  19. # -- Global pod labels to be applied to all deployments
  20. podLabels: {}
  21. # -- Global pod annotations to be applied to all deployments
  22. podAnnotations: {}
  23. # -- Global imagePullSecrets to be applied to all deployments
  24. imagePullSecrets: []
  25. # -- Global image repository to be applied to all deployments
  26. repository: ""
  27. compatibility:
  28. openshift:
  29. # -- Manages the securityContext properties to make them compatible with OpenShift.
  30. # Possible values:
  31. # auto - Apply configurations if it is detected that OpenShift is the target platform.
  32. # force - Always apply configurations.
  33. # disabled - No modification applied.
  34. adaptSecurityContext: auto
  35. replicaCount: 1
  36. bitwarden-sdk-server:
  37. enabled: false
  38. namespaceOverride: ""
  39. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  40. revisionHistoryLimit: 10
  41. image:
  42. repository: ghcr.io/external-secrets/external-secrets
  43. pullPolicy: IfNotPresent
  44. # -- The image tag to use. The default is the chart appVersion.
  45. tag: ""
  46. # -- The flavour of tag you want to use
  47. # There are different image flavours available, like distroless and ubi.
  48. # Please see GitHub release notes for image tags for these flavors.
  49. # By default, the distroless image is used.
  50. flavour: ""
  51. # -- If set, install and upgrade CRDs through helm chart.
  52. installCRDs: true
  53. crds:
  54. # -- If true, create CRDs for Cluster External Secret. If set to false you must also set processClusterExternalSecret: false.
  55. createClusterExternalSecret: true
  56. # -- If true, create CRDs for Cluster Secret Store. If set to false you must also set processClusterStore: false.
  57. createClusterSecretStore: true
  58. # -- If true, create CRDs for Secret Store. If set to false you must also set processSecretStore: false.
  59. createSecretStore: true
  60. # -- If true, create CRDs for Cluster Generator. If set to false you must also set processClusterGenerator: false.
  61. createClusterGenerator: true
  62. # -- If true, create CRDs for Cluster Push Secret. If set to false you must also set processClusterPushSecret: false.
  63. createClusterPushSecret: true
  64. # -- If true, create CRDs for Push Secret. If set to false you must also set processPushSecret: false.
  65. createPushSecret: true
  66. annotations: {}
  67. conversion:
  68. # -- Conversion is disabled by default as we stopped supporting v1alpha1.
  69. enabled: false
  70. # -- If true, enable v1beta1 API version serving for ExternalSecret, ClusterExternalSecret, SecretStore, and ClusterSecretStore CRDs.
  71. # v1beta1 is deprecated. Only enable this for backward compatibility if you have existing v1beta1 resources.
  72. # Warning: This flag will be removed on 2026.05.01.
  73. unsafeServeV1Beta1: false
  74. imagePullSecrets: []
  75. nameOverride: ""
  76. fullnameOverride: ""
  77. namespaceOverride: ""
  78. # -- Additional labels added to all helm chart resources.
  79. commonLabels: {}
  80. # -- If true, external-secrets will perform leader election between instances to ensure no more
  81. # than one instance of external-secrets operates at a time.
  82. leaderElect: false
  83. # -- ID of the lease object used for leader election.
  84. # Leave empty to use the default ('external-secrets-controller').
  85. # Set to a unique value when running multiple independent ESO deployments in the same namespace.
  86. # @default -- "external-secrets-controller"
  87. leaderElectionID: ""
  88. # -- Duration that non-leader candidates will wait to force acquire leadership.
  89. # Increase this along with renewDeadline to tolerate a busy or briefly unavailable API server
  90. # (for example during control plane maintenance) without churning leadership.
  91. # Leave empty to use the controller default ('15s').
  92. # @default -- "15s"
  93. leaderElectionLeaseDuration: ""
  94. # -- Duration that the acting leader will retry refreshing leadership before giving up.
  95. # Must be less than leaderElectionLeaseDuration.
  96. # Leave empty to use the controller default ('10s').
  97. # @default -- "10s"
  98. leaderElectionRenewDeadline: ""
  99. # -- Duration the leader election client waits between tries of actions.
  100. # Leave empty to use the controller default ('2s').
  101. # @default -- "2s"
  102. leaderElectionRetryPeriod: ""
  103. # -- If set external secrets will filter matching
  104. # Secret Stores with the appropriate controller values.
  105. controllerClass: ""
  106. # -- If true external secrets will use recommended kubernetes
  107. # annotations as prometheus metric labels.
  108. extendedMetricLabels: false
  109. # -- If set external secrets are only reconciled in the
  110. # provided namespace
  111. scopedNamespace: ""
  112. # -- If true, create scoped RBAC roles and implicitly disable cluster-scoped
  113. # controllers. Scoped to scopedNamespace if set, otherwise to .Release.Namespace.
  114. scopedRBAC: false
  115. # -- If true the OpenShift finalizer permissions will be added to RBAC
  116. openshiftFinalizers: true
  117. # -- If true the system:auth-delegator ClusterRole will be added to RBAC
  118. systemAuthDelegator: false
  119. # -- if true, the operator will process cluster external secret. Else, it will ignore them.
  120. # When enabled, this adds update/patch permissions on namespaces to handle finalizers for proper
  121. # cleanup during namespace deletion, preventing race conditions with ExternalSecrets.
  122. processClusterExternalSecret: true
  123. # -- if true, the operator will process cluster push secret. Else, it will ignore them.
  124. processClusterPushSecret: true
  125. # -- if true, the operator will process cluster store. Else, it will ignore them.
  126. processClusterStore: true
  127. # -- if true, the operator will process secret store. Else, it will ignore them.
  128. processSecretStore: true
  129. # -- Default time duration between reconciling (Cluster)SecretStores.
  130. storeRequeueInterval: ""
  131. # -- if true, the operator will process cluster generator. Else, it will ignore them.
  132. processClusterGenerator: true
  133. # -- if true, the operator will process push secret. Else, it will ignore them.
  134. processPushSecret: true
  135. # -- Enable support for generic targets (ConfigMaps, Custom Resources).
  136. # Warning: Using generic target. Make sure access policies and encryption are properly configured.
  137. # When enabled, this grants the controller permissions to create/update/delete
  138. # ConfigMaps and optionally other resource types specified in generic.resources.
  139. genericTargets:
  140. # -- Enable generic target support
  141. enabled: false
  142. # -- List of additional resource types to grant permissions for.
  143. # Each entry should specify apiGroup, resources, and verbs.
  144. # Example:
  145. # resources:
  146. # - apiGroup: "argoproj.io"
  147. # resources: ["applications"]
  148. # verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
  149. resources: []
  150. # -- Specifies whether an external secret operator deployment be created.
  151. createOperator: true
  152. # -- if true, HTTP2 will be enabled for the services created by all controllers, curently metrics and webhook.
  153. enableHTTP2: false
  154. # -- TLS security profile settings applied to all controller, webhook, and certController deployments.
  155. # These can be overridden per-component via webhook.tls and certController.tls.
  156. tls:
  157. # -- Minimum TLS version supported (e.g. "1.2" or "1.3"). If empty, the Go CLI default applies.
  158. # +docs:property
  159. minVersion: ""
  160. # -- Comma-separated list of TLS cipher suites (TLS_CIPHER_SUITE names).
  161. # Does not apply to TLS 1.3. If empty, Go defaults apply.
  162. # +docs:property
  163. ciphers: ""
  164. # -- Ordered list of TLS key exchange curves (e.g. X25519, CurveP256, or decimal CurveID).
  165. # If empty, Go defaults apply.
  166. # +docs:property
  167. curvePreferences: []
  168. # -- Vault token cache configuration
  169. vault:
  170. # -- Enable Vault token cache. External secrets will reuse the Vault token without creating a new one on each request.
  171. enableTokenCache: false
  172. # -- Maximum size of Vault token cache. Only used if enableTokenCache is true.
  173. tokenCacheSize: 262144
  174. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  175. # a time.
  176. concurrent: 1
  177. # -- Specifies Log Params to the External Secrets Operator
  178. log:
  179. level: info
  180. timeEncoding: epoch
  181. service:
  182. # -- Set the ip family policy to configure dual-stack see [Configure dual-stack](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services)
  183. ipFamilyPolicy: ""
  184. # -- Sets the families that should be supported and the order in which they should be applied to ClusterIP as well. Can be IPv4 and/or IPv6.
  185. ipFamilies: []
  186. serviceAccount:
  187. # -- Specifies whether a service account should be created.
  188. create: true
  189. # -- Automounts the service account token in all containers of the pod
  190. automount: true
  191. # -- Annotations to add to the service account.
  192. annotations: {}
  193. # -- Extra Labels to add to the service account.
  194. extraLabels: {}
  195. # -- The name of the service account to use.
  196. # If not set and create is true, a name is generated using the fullname template.
  197. name: ""
  198. rbac:
  199. # -- Specifies whether role and rolebinding resources should be created.
  200. create: true
  201. # -- Specifies whether the serviceaccounts/token create permission is included in the controller RBAC.
  202. # When set to false, users must create per-ServiceAccount Role/RoleBinding with resourceNames constraint
  203. # to grant ESO token creation for specific ServiceAccounts referenced in SecretStore specs.
  204. serviceAccountTokenCreate: true
  205. servicebindings:
  206. # -- Specifies whether a clusterrole to give servicebindings read access should be created.
  207. create: true
  208. # -- Specifies whether permissions are aggregated to the view ClusterRole
  209. aggregateToView: true
  210. # -- Specifies whether permissions are aggregated to the edit ClusterRole
  211. aggregateToEdit: true
  212. # -- Specifies whether permissions are aggregated to the admin ClusterRole
  213. aggregateToAdmin: true
  214. ## -- Extra environment variables to add to container.
  215. extraEnv: []
  216. ## -- Map of extra arguments to pass to container.
  217. extraArgs: {}
  218. ## -- Extra volumes to pass to pod.
  219. extraVolumes: []
  220. ## -- Extra Kubernetes objects to deploy with the helm chart
  221. extraObjects: []
  222. ## -- Extra volumes to mount to the container.
  223. extraVolumeMounts: []
  224. ## -- Extra init containers to add to the pod.
  225. extraInitContainers: []
  226. ## -- Extra containers to add to the pod.
  227. extraContainers: []
  228. # -- Annotations to add to Deployment
  229. deploymentAnnotations: {}
  230. # -- Set deployment strategy
  231. strategy: {}
  232. # -- Annotations to add to Pod
  233. podAnnotations: {}
  234. podLabels: {}
  235. podSecurityContext:
  236. enabled: true
  237. # fsGroup: 2000
  238. securityContext:
  239. allowPrivilegeEscalation: false
  240. capabilities:
  241. drop:
  242. - ALL
  243. enabled: true
  244. readOnlyRootFilesystem: true
  245. runAsNonRoot: true
  246. runAsUser: 1000
  247. seccompProfile:
  248. type: RuntimeDefault
  249. resources: {}
  250. # requests:
  251. # cpu: 10m
  252. # memory: 32Mi
  253. serviceMonitor:
  254. # -- Specifies whether to create a ServiceMonitor resource for collecting Prometheus metrics
  255. enabled: false
  256. # -- How should we react to missing CRD "`monitoring.coreos.com/v1/ServiceMonitor`"
  257. #
  258. # Possible values:
  259. # - `skipIfMissing`: Only render ServiceMonitor resources if CRD is present, skip if missing.
  260. # - `failIfMissing`: Fail Helm install if CRD is not present.
  261. # - `alwaysRender` : Always render ServiceMonitor resources, do not check for CRD.
  262. # @schema
  263. # enum:
  264. # - skipIfMissing
  265. # - failIfMissing
  266. # - alwaysRender
  267. # @schema
  268. renderMode: skipIfMissing # @schema enum: [skipIfMissing, failIfMissing, alwaysRender]
  269. # -- namespace where you want to install ServiceMonitors
  270. namespace: ""
  271. # -- Additional labels
  272. additionalLabels: {}
  273. # -- Interval to scrape metrics
  274. interval: 30s
  275. # -- Timeout if metrics can't be retrieved in given time interval
  276. scrapeTimeout: 25s
  277. # -- Let prometheus add an exported_ prefix to conflicting labels
  278. honorLabels: false
  279. # -- Metric relabel configs to apply to samples before ingestion. [Metric Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs)
  280. metricRelabelings: []
  281. # - action: replace
  282. # regex: (.*)
  283. # replacement: $1
  284. # sourceLabels:
  285. # - exported_namespace
  286. # targetLabel: namespace
  287. # -- Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
  288. relabelings: []
  289. # - sourceLabels: [__meta_kubernetes_pod_node_name]
  290. # separator: ;
  291. # regex: ^(.*)$
  292. # targetLabel: nodename
  293. # replacement: $1
  294. # action: replace
  295. metrics:
  296. listen:
  297. port: 8080
  298. auth:
  299. # -- Enable Kubernetes RBAC-based authentication for metrics endpoint. Requires metrics.listen.secure to be true. Default value is false.
  300. enabled: false
  301. secure:
  302. enabled: false
  303. # -- if those are not set or invalid, self-signed certs will be generated
  304. # -- TLS cert directory path
  305. certDir: /etc/tls
  306. # -- TLS cert file path
  307. certFile: /etc/tls/tls.crt
  308. # -- TLS key file path
  309. keyFile: /etc/tls/tls.key
  310. service:
  311. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  312. enabled: false
  313. # -- Metrics service port to scrape
  314. port: 8080
  315. # -- Additional service annotations
  316. annotations: {}
  317. grafanaDashboard:
  318. # -- If true creates a Grafana dashboard.
  319. enabled: false
  320. # -- Namespace where the dashboard ConfigMap should be created.
  321. # Resolution order: grafanaDashboard.namespace, then namespaceOverride, then the release namespace.
  322. namespace: ""
  323. # -- Label that ConfigMaps should have to be loaded as dashboards.
  324. sidecarLabel: "grafana_dashboard"
  325. # -- Label value that ConfigMaps should have to be loaded as dashboards.
  326. sidecarLabelValue: "1"
  327. # -- Annotations that ConfigMaps can have to get configured in Grafana,
  328. # See: sidecar.dashboards.folderAnnotation for specifying the dashboard folder.
  329. # https://github.com/grafana/helm-charts/tree/main/charts/grafana
  330. annotations: {}
  331. # -- Extra labels to add to the Grafana dashboard ConfigMap.
  332. extraLabels: {}
  333. livenessProbe:
  334. # -- Enabled determines if the liveness probe should be used or not. By default it's disabled.
  335. enabled: false
  336. # -- The body of the liveness probe settings.
  337. spec:
  338. # -- Bind address for the health server used by both liveness and readiness probes (--live-addr flag).
  339. address: ""
  340. # -- Port for the health server used by both liveness and readiness probes (--live-addr flag).
  341. port: 8082
  342. # -- Specify the maximum amount of time to wait for a probe to respond before considering it fails.
  343. timeoutSeconds: 5
  344. # -- Number of consecutive probe failures that should occur before considering the probe as failed.
  345. failureThreshold: 5
  346. # -- Period in seconds for K8s to start performing probes.
  347. periodSeconds: 10
  348. # -- Number of successful probes to mark probe successful.
  349. successThreshold: 1
  350. # -- Delay in seconds for the container to start before performing the initial probe.
  351. initialDelaySeconds: 10
  352. # -- Handler for liveness probe.
  353. httpGet:
  354. # -- Set this value to 'live' (for named port) or an an integer for liveness probes.
  355. # @schema type: [string, integer]
  356. port: live
  357. # -- Path for liveness probe.
  358. path: /healthz
  359. readinessProbe:
  360. # -- Determines whether the readiness probe is enabled. Disabled by default. Enabling this will auto-start the health server (--live-addr) even if livenessProbe is disabled. Health server address/port are configured via livenessProbe.spec.address and livenessProbe.spec.port.
  361. enabled: false
  362. # -- The body of the readiness probe settings (standard Kubernetes probe spec).
  363. spec:
  364. # -- Specify the maximum amount of time to wait for a probe to respond before considering it fails.
  365. timeoutSeconds: 5
  366. # -- Number of consecutive probe failures that should occur before considering the probe as failed.
  367. failureThreshold: 3
  368. # -- Period in seconds for K8s to start performing probes.
  369. periodSeconds: 10
  370. # -- Number of successful probes to mark probe successful.
  371. successThreshold: 1
  372. # -- Delay in seconds for the container to start before performing the initial probe.
  373. initialDelaySeconds: 10
  374. # -- Handler for readiness probe.
  375. httpGet:
  376. # -- Set this value to 'live' (for named port) or an integer for readiness probes.
  377. # @schema type: [string, integer]
  378. port: live
  379. # -- Path for readiness probe.
  380. path: /readyz
  381. nodeSelector: {}
  382. tolerations: []
  383. topologySpreadConstraints: []
  384. affinity: {}
  385. # -- Pod priority class name.
  386. priorityClassName: ""
  387. # -- Pod scheduler name.
  388. schedulerName: ""
  389. # -- Pod runtime class name.
  390. runtimeClassName: ""
  391. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  392. podDisruptionBudget:
  393. enabled: false
  394. minAvailable: 1 # @schema type:[integer, string]
  395. nameOverride: ""
  396. # maxUnavailable: "50%"
  397. # -- Run the controller on the host network
  398. hostNetwork: false
  399. # -- (bool) Specifies if controller pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  400. # @schema type: [boolean, null]
  401. hostUsers:
  402. # -- Setup a networkPolicy for external-secrets
  403. networkPolicy:
  404. # -- Specifies whether the networkPolicy should be created.
  405. enabled: false
  406. # -- The ingress traffic
  407. # Should match the health and (optionally) metrics port
  408. ingress:
  409. - ports:
  410. - protocol: TCP
  411. # @schema type: [string, integer]
  412. port: 8080 # metrics port
  413. - protocol: TCP
  414. # @schema type: [string, integer]
  415. port: 8082 # health port
  416. # -- The egress traffic
  417. # The minimum egress ports required to function are:
  418. # DNS (53/udp, 53/tcp)
  419. # API server (80/tcp, 443/tcp, or 6443/tcp)
  420. # You will need to customize this value to meet your needs
  421. egress: []
  422. webhook:
  423. # -- Annotations to place on validating webhook configuration.
  424. annotations: {}
  425. # -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
  426. create: true
  427. # -- Specifies the time to check if the cert is valid
  428. certCheckInterval: "5m"
  429. # -- Specifies the lookaheadInterval for certificate validity
  430. lookaheadInterval: ""
  431. replicaCount: 1
  432. # -- Specifies Log Params to the Webhook
  433. log:
  434. level: info
  435. timeEncoding: epoch
  436. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  437. revisionHistoryLimit: 10
  438. certDir: /tmp/certs
  439. # -- Webhook-specific TLS security profile overrides.
  440. # When set, these override the global tls.* values for the webhook deployment.
  441. tls:
  442. # -- Minimum TLS version supported (e.g. "1.2" or "1.3"). If empty, the global tls.minVersion is used.
  443. # +docs:property
  444. minVersion: ""
  445. # -- Comma-separated list of TLS cipher suites. If empty, the global tls.ciphers is used.
  446. # +docs:property
  447. ciphers: ""
  448. # -- Ordered list of TLS key exchange curves. If empty, the global tls.curvePreferences is used.
  449. # +docs:property
  450. curvePreferences: []
  451. # -- Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore
  452. failurePolicy: Fail
  453. # -- Specifies if webhook pod should use hostNetwork or not.
  454. hostNetwork: false
  455. # -- (bool) Specifies if webhook pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  456. # @schema type: [boolean, null]
  457. hostUsers:
  458. # -- Setup a networkPolicy for external-secrets webhook
  459. networkPolicy:
  460. # -- Specifies whether the networkPolicy should be created.
  461. enabled: false
  462. # -- The ingress traffic
  463. # Should match the webhook, health, and (optionally) metrics port
  464. ingress:
  465. - ports:
  466. - protocol: TCP
  467. # @schema type: [string, integer]
  468. port: 8080 # metrics port
  469. - protocol: TCP
  470. # @schema type: [string, integer]
  471. port: 8081 # health port
  472. - protocol: TCP
  473. # @schema type: [string, integer]
  474. port: 10250 # webhook port
  475. # -- The egress traffic
  476. # The minimum egress ports required to function are:
  477. # DNS (53/udp, 53/tcp)
  478. # API server (80/tcp, 443/tcp, or 6443/tcp)
  479. # You will need to customize this value to meet your needs
  480. egress: []
  481. image:
  482. repository: ghcr.io/external-secrets/external-secrets
  483. pullPolicy: IfNotPresent
  484. # -- The image tag to use. The default is the chart appVersion.
  485. tag: ""
  486. # -- The flavour of tag you want to use
  487. flavour: ""
  488. imagePullSecrets: []
  489. # -- The port the webhook will listen to
  490. port: 10250
  491. serviceAccount:
  492. # -- Specifies whether a service account should be created.
  493. create: true
  494. # -- Automounts the service account token in all containers of the pod
  495. automount: true
  496. # -- Annotations to add to the service account.
  497. annotations: {}
  498. # -- Extra Labels to add to the service account.
  499. extraLabels: {}
  500. # -- The name of the service account to use.
  501. # If not set and create is true, a name is generated using the fullname template.
  502. name: ""
  503. nodeSelector: {}
  504. # -- Specifies `hostAliases` to webhook deployment
  505. hostAliases: []
  506. certManager:
  507. # -- Enabling cert-manager support will disable the built in secret and
  508. # switch to using cert-manager (installed separately) to automatically issue
  509. # and renew the webhook certificate. This chart does not install
  510. # cert-manager for you, See https://cert-manager.io/docs/
  511. enabled: false
  512. # -- Automatically add the cert-manager.io/inject-ca-from annotation to the
  513. # webhooks and CRDs. As long as you have the cert-manager CA Injector
  514. # enabled, this will automatically setup your webhook's CA to the one used
  515. # by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
  516. addInjectorAnnotations: true
  517. cert:
  518. # -- Create a certificate resource within this chart. See
  519. # https://cert-manager.io/docs/usage/certificate/
  520. create: true
  521. # -- For the Certificate created by this chart, setup the issuer. See
  522. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec
  523. issuerRef:
  524. group: cert-manager.io
  525. kind: "Issuer"
  526. name: "my-issuer"
  527. # -- Set the requested duration (i.e. lifetime) of the Certificate. See
  528. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  529. # One year by default.
  530. duration: "8760h0m0s"
  531. # -- Set the revisionHistoryLimit on the Certificate. See
  532. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  533. # Defaults to 0 (ignored).
  534. revisionHistoryLimit: 0
  535. # -- How long before the currently issued certificate’s expiry
  536. # cert-manager should renew the certificate. See
  537. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  538. # Note that renewBefore should be greater than .webhook.lookaheadInterval
  539. # since the webhook will check this far in advance that the certificate is
  540. # valid.
  541. renewBefore: ""
  542. # -- Specific settings on the privateKey and its generation
  543. privateKey: {}
  544. # rotationPolicy: Always
  545. # algorithm: RSA
  546. # size: 2048
  547. # -- Specific settings on the signatureAlgorithm used on the cert.
  548. # signatureAlgorithm is only valid for cert-manager v1.18.0+
  549. signatureAlgorithm: ""
  550. # -- Add extra annotations to the Certificate resource.
  551. annotations: {}
  552. tolerations: []
  553. topologySpreadConstraints: []
  554. affinity: {}
  555. # -- Set deployment strategy
  556. strategy: {}
  557. # -- Pod priority class name.
  558. priorityClassName: ""
  559. # -- Pod scheduler name.
  560. schedulerName: ""
  561. # -- Pod runtime class name.
  562. runtimeClassName: ""
  563. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  564. podDisruptionBudget:
  565. enabled: false
  566. minAvailable: 1 # @schema type:[integer, string]
  567. nameOverride: ""
  568. # maxUnavailable: "50%"
  569. metrics:
  570. listen:
  571. port: 8080
  572. auth:
  573. # -- Enable Kubernetes RBAC-based authentication for webhook's metrics endpoint. Requires webhook.metrics.listen.secure to be true. Default value is false.
  574. enabled: false
  575. secure:
  576. enabled: false
  577. # -- if those are not set or invalid, self-signed certs will be generated
  578. # -- TLS cert directory path
  579. certDir: /etc/tls
  580. # -- TLS cert file path
  581. certFile: /etc/tls/tls.crt
  582. # -- TLS key file path
  583. keyFile: /etc/tls/tls.key
  584. service:
  585. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  586. enabled: false
  587. # -- Metrics service port to scrape
  588. port: 8080
  589. # -- Additional service annotations
  590. annotations: {}
  591. livenessProbe:
  592. enabled: false
  593. # -- Set this value to 'live' (for named port) or an integer for liveness probes.
  594. # @schema type: [string, integer]
  595. port: 8081
  596. timeoutSeconds: 5
  597. failureThreshold: 5
  598. periodSeconds: 10
  599. successThreshold: 1
  600. initialDelaySeconds: 10
  601. readinessProbe:
  602. enabled: true
  603. address: ""
  604. # -- Set this value to 'ready' (for named port) or an integer for readiness probes.
  605. # @schema type: [string, integer]
  606. port: 8081
  607. timeoutSeconds: 5
  608. failureThreshold: 3
  609. periodSeconds: 5
  610. successThreshold: 1
  611. initialDelaySeconds: 20
  612. startupProbe:
  613. # -- Enabled determines if the startup probe should be used or not. By default it's disabled.
  614. enabled: false
  615. # -- Number of seconds after the container has started before the startup probe is initiated.
  616. initialDelaySeconds: 10
  617. # -- How often (in seconds) to perform the startup probe.
  618. periodSeconds: 10
  619. # -- Number of consecutive failures before the container is restarted. The startup window is initialDelaySeconds + failureThreshold * periodSeconds.
  620. failureThreshold: 30
  621. ## -- Extra environment variables to add to container.
  622. extraEnv: []
  623. ## -- Map of extra arguments to pass to container.
  624. extraArgs: {}
  625. ## -- Extra init containers to add to the pod.
  626. extraInitContainers: []
  627. ## -- Extra volumes to pass to pod.
  628. extraVolumes: []
  629. ## -- Extra volumes to mount to the container.
  630. extraVolumeMounts: []
  631. # -- Annotations to add to Secret
  632. secretAnnotations: {}
  633. # -- Annotations to add to Deployment
  634. deploymentAnnotations: {}
  635. # -- Annotations to add to Pod
  636. podAnnotations: {}
  637. podLabels: {}
  638. podSecurityContext:
  639. enabled: true
  640. # fsGroup: 2000
  641. securityContext:
  642. allowPrivilegeEscalation: false
  643. capabilities:
  644. drop:
  645. - ALL
  646. enabled: true
  647. readOnlyRootFilesystem: true
  648. runAsNonRoot: true
  649. runAsUser: 1000
  650. seccompProfile:
  651. type: RuntimeDefault
  652. resources: {}
  653. # requests:
  654. # cpu: 10m
  655. # memory: 32Mi
  656. # -- Manage the service through which the webhook is reached.
  657. service:
  658. # -- Whether the service object should be enabled or not (it is expected to exist).
  659. enabled: true
  660. # -- Custom annotations for the webhook service.
  661. annotations: {}
  662. # -- Custom labels for the webhook service.
  663. labels: {}
  664. # -- The service type of the webhook service.
  665. type: ClusterIP
  666. # -- If the webhook service type is LoadBalancer, you can assign a specific load balancer IP here.
  667. # Check the documentation of your load balancer provider to see if/how this should be used.
  668. loadBalancerIP: ""
  669. certController:
  670. # -- Specifies whether a certificate controller deployment be created.
  671. create: true
  672. requeueInterval: "5m"
  673. replicaCount: 1
  674. # -- Restrict the cert controller's informer cache to CustomResourceDefinitions and
  675. # ValidatingWebhookConfigurations carrying the `external-secrets.io/component` label.
  676. # Disable this only if the CRDs it manages were installed without that label.
  677. enablePartialCache: true
  678. # -- Specifies Log Params to the Certificate Controller
  679. log:
  680. level: info
  681. timeEncoding: epoch
  682. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  683. revisionHistoryLimit: 10
  684. # -- CertController-specific TLS security profile overrides.
  685. # When set, these override the global tls.* values for the cert-controller deployment.
  686. tls:
  687. # -- Minimum TLS version supported (e.g. "1.2" or "1.3"). If empty, the global tls.minVersion is used.
  688. # +docs:property
  689. minVersion: ""
  690. # -- Comma-separated list of TLS cipher suites. If empty, the global tls.ciphers is used.
  691. # +docs:property
  692. ciphers: ""
  693. # -- Ordered list of TLS key exchange curves. If empty, the global tls.curvePreferences is used.
  694. # +docs:property
  695. curvePreferences: []
  696. image:
  697. repository: ghcr.io/external-secrets/external-secrets
  698. pullPolicy: IfNotPresent
  699. tag: ""
  700. flavour: ""
  701. imagePullSecrets: []
  702. rbac:
  703. # -- Specifies whether role and rolebinding resources should be created.
  704. create: true
  705. serviceAccount:
  706. # -- Specifies whether a service account should be created.
  707. create: true
  708. # -- Automounts the service account token in all containers of the pod
  709. automount: true
  710. # -- Annotations to add to the service account.
  711. annotations: {}
  712. # -- Extra Labels to add to the service account.
  713. extraLabels: {}
  714. # -- The name of the service account to use.
  715. # If not set and create is true, a name is generated using the fullname template.
  716. name: ""
  717. nodeSelector: {}
  718. # -- Specifies `hostAliases` to cert-controller deployment
  719. hostAliases: []
  720. tolerations: []
  721. topologySpreadConstraints: []
  722. affinity: {}
  723. # -- Set deployment strategy
  724. strategy: {}
  725. # -- Run the certController on the host network
  726. hostNetwork: false
  727. # -- (bool) Specifies if certController pod should use hostUsers or not. If hostNetwork is true, hostUsers should be too. Only available in Kubernetes ≥ 1.33.
  728. # @schema type: [boolean, null]
  729. hostUsers:
  730. # -- Setup a networkPolicy for external-secrets certController
  731. networkPolicy:
  732. # -- Specifies whether the networkPolicy should be created.
  733. enabled: false
  734. # -- The ingress traffic
  735. # Should match the health and (optionally) metrics port
  736. ingress:
  737. - ports:
  738. - protocol: TCP
  739. # @schema type: [string, integer]
  740. port: 8080 # metrics port
  741. - protocol: TCP
  742. # @schema type: [string, integer]
  743. port: 8081 # health port
  744. # -- The egress traffic
  745. # The minimum egress ports required to function are:
  746. # DNS (53/udp, 53/tcp)
  747. # API server (80/tcp, 443/tcp, or 6443/tcp)
  748. # You will need to customize this value to meet your needs
  749. egress: []
  750. # -- Pod priority class name.
  751. priorityClassName: ""
  752. # -- Pod scheduler name.
  753. schedulerName: ""
  754. # -- Pod runtime class name.
  755. runtimeClassName: ""
  756. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  757. podDisruptionBudget:
  758. enabled: false
  759. minAvailable: 1 # @schema type:[integer, string]
  760. nameOverride: ""
  761. # maxUnavailable: "50%"
  762. metrics:
  763. listen:
  764. port: 8080
  765. auth:
  766. # -- Enable Kubernetes RBAC-based authentication for certController's metrics endpoint. Requires certController.metrics.listen.secure to be true. Default value is false.
  767. enabled: false
  768. secure:
  769. enabled: false
  770. # -- if those are not set or invalid, self-signed certs will be generated
  771. # -- TLS cert directory path
  772. certDir: /etc/tls
  773. # -- TLS cert file path
  774. certFile: /etc/tls/tls.crt
  775. # -- TLS key file path
  776. keyFile: /etc/tls/tls.key
  777. service:
  778. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  779. enabled: false
  780. # -- Metrics service port to scrape
  781. port: 8080
  782. # -- Additional service annotations
  783. annotations: {}
  784. livenessProbe:
  785. enabled: false
  786. # -- Set this value to 'live' (for named port) or an integer for liveness probes.
  787. # @schema type: [string, integer]
  788. port: 8081
  789. timeoutSeconds: 5
  790. failureThreshold: 5
  791. periodSeconds: 10
  792. successThreshold: 1
  793. initialDelaySeconds: 10
  794. readinessProbe:
  795. enabled: true
  796. address: ""
  797. # -- Set this value to 'ready' (for named port) or an integer for readiness probes.
  798. # @schema type: [string, integer]
  799. port: 8081
  800. timeoutSeconds: 5
  801. failureThreshold: 3
  802. periodSeconds: 5
  803. successThreshold: 1
  804. initialDelaySeconds: 20
  805. startupProbe:
  806. # -- Enabled determines if the startup probe should be used or not. By default it's disabled.
  807. enabled: false
  808. # -- Number of seconds after the container has started before the startup probe is initiated.
  809. initialDelaySeconds: 10
  810. # -- How often (in seconds) to perform the startup probe.
  811. periodSeconds: 10
  812. # -- Number of consecutive failures before the container is restarted. The startup window is initialDelaySeconds + failureThreshold * periodSeconds.
  813. failureThreshold: 30
  814. ## -- Extra environment variables to add to container.
  815. extraEnv: []
  816. ## -- Map of extra arguments to pass to container.
  817. extraArgs: {}
  818. ## -- Extra init containers to add to the pod.
  819. extraInitContainers: []
  820. ## -- Extra volumes to pass to pod.
  821. extraVolumes: []
  822. ## -- Extra volumes to mount to the container.
  823. extraVolumeMounts: []
  824. # -- Annotations to add to Deployment
  825. deploymentAnnotations: {}
  826. # -- Annotations to add to Pod
  827. podAnnotations: {}
  828. podLabels: {}
  829. podSecurityContext:
  830. enabled: true
  831. # fsGroup: 2000
  832. securityContext:
  833. allowPrivilegeEscalation: false
  834. capabilities:
  835. drop:
  836. - ALL
  837. enabled: true
  838. readOnlyRootFilesystem: true
  839. runAsNonRoot: true
  840. runAsUser: 1000
  841. seccompProfile:
  842. type: RuntimeDefault
  843. resources: {}
  844. # requests:
  845. # cpu: 10m
  846. # memory: 32Mi
  847. # -- Specifies `dnsPolicy` to deployment
  848. dnsPolicy: ClusterFirst
  849. # -- Specifies `dnsOptions` to deployment
  850. dnsConfig: {}
  851. # -- Specifies `hostAliases` to deployment
  852. hostAliases: []
  853. # -- Any extra pod spec on the deployment
  854. podSpecExtra: {}