values.yaml 31 KB

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