values.yaml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. global:
  2. nodeSelector: {}
  3. tolerations: []
  4. topologySpreadConstraints: []
  5. affinity: {}
  6. compatibility:
  7. openshift:
  8. # -- Manages the securityContext properties to make them compatible with OpenShift.
  9. # Possible values:
  10. # auto - Apply configurations if it is detected that OpenShift is the target platform.
  11. # force - Always apply configurations.
  12. # disabled - No modification applied.
  13. adaptSecurityContext: auto
  14. replicaCount: 1
  15. bitwarden-sdk-server:
  16. enabled: false
  17. namespaceOverride: ""
  18. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  19. revisionHistoryLimit: 10
  20. image:
  21. repository: oci.external-secrets.io/external-secrets/external-secrets
  22. pullPolicy: IfNotPresent
  23. # -- The image tag to use. The default is the chart appVersion.
  24. tag: ""
  25. # -- The flavour of tag you want to use
  26. # There are different image flavours available, like distroless and ubi.
  27. # Please see GitHub release notes for image tags for these flavors.
  28. # By default, the distroless image is used.
  29. flavour: ""
  30. # -- If set, install and upgrade CRDs through helm chart.
  31. installCRDs: true
  32. crds:
  33. # -- If true, create CRDs for Cluster External Secret.
  34. createClusterExternalSecret: true
  35. # -- If true, create CRDs for Cluster Secret Store.
  36. createClusterSecretStore: true
  37. # -- If true, create CRDs for Cluster Generator.
  38. createClusterGenerator: true
  39. # -- If true, create CRDs for Cluster Push Secret.
  40. createClusterPushSecret: true
  41. # -- If true, create CRDs for Push Secret.
  42. createPushSecret: true
  43. annotations: {}
  44. conversion:
  45. # -- Conversion is disabled by default as we stopped supporting v1alpha1.
  46. enabled: false
  47. imagePullSecrets: []
  48. nameOverride: ""
  49. fullnameOverride: ""
  50. namespaceOverride: ""
  51. # -- Additional labels added to all helm chart resources.
  52. commonLabels: {}
  53. # -- If true, external-secrets will perform leader election between instances to ensure no more
  54. # than one instance of external-secrets operates at a time.
  55. leaderElect: false
  56. # -- If set external secrets will filter matching
  57. # Secret Stores with the appropriate controller values.
  58. controllerClass: ""
  59. # -- If true external secrets will use recommended kubernetes
  60. # annotations as prometheus metric labels.
  61. extendedMetricLabels: false
  62. # -- If set external secrets are only reconciled in the
  63. # provided namespace
  64. scopedNamespace: ""
  65. # -- Must be used with scopedNamespace. If true, create scoped RBAC roles under the scoped namespace
  66. # and implicitly disable cluster stores and cluster external secrets
  67. scopedRBAC: false
  68. # -- If true the OpenShift finalizer permissions will be added to RBAC
  69. openshiftFinalizers: true
  70. # -- If true the system:auth-delegator ClusterRole will be added to RBAC
  71. systemAuthDelegator: false
  72. # -- if true, the operator will process cluster external secret. Else, it will ignore them.
  73. # When enabled, this adds update/patch permissions on namespaces to handle finalizers for proper
  74. # cleanup during namespace deletion, preventing race conditions with ExternalSecrets.
  75. processClusterExternalSecret: true
  76. # -- if true, the operator will process cluster push secret. Else, it will ignore them.
  77. processClusterPushSecret: true
  78. # -- if true, the operator will process cluster store. Else, it will ignore them.
  79. processClusterStore: true
  80. # -- if true, the operator will process cluster generator. Else, it will ignore them.
  81. processClusterGenerator: true
  82. # -- if true, the operator will process push secret. Else, it will ignore them.
  83. processPushSecret: true
  84. # -- Specifies whether an external secret operator deployment be created.
  85. createOperator: true
  86. # -- if true, HTTP2 will be enabled for the services created by all controllers, curently metrics and webhook.
  87. enableHTTP2: false
  88. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  89. # a time.
  90. concurrent: 1
  91. # -- Specifies Log Params to the External Secrets Operator
  92. log:
  93. level: info
  94. timeEncoding: epoch
  95. service:
  96. # -- Set the ip family policy to configure dual-stack see [Configure dual-stack](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services)
  97. ipFamilyPolicy: ""
  98. # -- 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.
  99. ipFamilies: []
  100. serviceAccount:
  101. # -- Specifies whether a service account should be created.
  102. create: true
  103. # -- Automounts the service account token in all containers of the pod
  104. automount: true
  105. # -- Annotations to add to the service account.
  106. annotations: {}
  107. # -- Extra Labels to add to the service account.
  108. extraLabels: {}
  109. # -- The name of the service account to use.
  110. # If not set and create is true, a name is generated using the fullname template.
  111. name: ""
  112. rbac:
  113. # -- Specifies whether role and rolebinding resources should be created.
  114. create: true
  115. servicebindings:
  116. # -- Specifies whether a clusterrole to give servicebindings read access should be created.
  117. create: true
  118. # -- Specifies whether permissions are aggregated to the view ClusterRole
  119. aggregateToView: true
  120. # -- Specifies whether permissions are aggregated to the edit ClusterRole
  121. aggregateToEdit: true
  122. ## -- Extra environment variables to add to container.
  123. extraEnv: []
  124. ## -- Map of extra arguments to pass to container.
  125. extraArgs: {}
  126. ## -- Extra volumes to pass to pod.
  127. extraVolumes: []
  128. ## -- Extra Kubernetes objects to deploy with the helm chart
  129. extraObjects: []
  130. ## -- Extra volumes to mount to the container.
  131. extraVolumeMounts: []
  132. ## -- Extra init containers to add to the pod.
  133. extraInitContainers: []
  134. ## -- Extra containers to add to the pod.
  135. extraContainers: []
  136. # -- Annotations to add to Deployment
  137. deploymentAnnotations: {}
  138. # -- Set deployment strategy
  139. strategy: {}
  140. # -- Annotations to add to Pod
  141. podAnnotations: {}
  142. podLabels: {}
  143. podSecurityContext:
  144. enabled: true
  145. # fsGroup: 2000
  146. securityContext:
  147. allowPrivilegeEscalation: false
  148. capabilities:
  149. drop:
  150. - ALL
  151. enabled: true
  152. readOnlyRootFilesystem: true
  153. runAsNonRoot: true
  154. runAsUser: 1000
  155. seccompProfile:
  156. type: RuntimeDefault
  157. resources: {}
  158. # requests:
  159. # cpu: 10m
  160. # memory: 32Mi
  161. serviceMonitor:
  162. # -- Specifies whether to create a ServiceMonitor resource for collecting Prometheus metrics
  163. enabled: false
  164. # -- How should we react to missing CRD "`monitoring.coreos.com/v1/ServiceMonitor`"
  165. #
  166. # Possible values:
  167. # - `skipIfMissing`: Only render ServiceMonitor resources if CRD is present, skip if missing.
  168. # - `failIfMissing`: Fail Helm install if CRD is not present.
  169. # - `alwaysRender` : Always render ServiceMonitor resources, do not check for CRD.
  170. # @schema
  171. # enum:
  172. # - skipIfMissing
  173. # - failIfMissing
  174. # - alwaysRender
  175. # @schema
  176. renderMode: skipIfMissing # @schema enum: [skipIfMissing, failIfMissing, alwaysRender]
  177. # -- namespace where you want to install ServiceMonitors
  178. namespace: ""
  179. # -- Additional labels
  180. additionalLabels: {}
  181. # -- Interval to scrape metrics
  182. interval: 30s
  183. # -- Timeout if metrics can't be retrieved in given time interval
  184. scrapeTimeout: 25s
  185. # -- Let prometheus add an exported_ prefix to conflicting labels
  186. honorLabels: false
  187. # -- Metric relabel configs to apply to samples before ingestion. [Metric Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs)
  188. metricRelabelings: []
  189. # - action: replace
  190. # regex: (.*)
  191. # replacement: $1
  192. # sourceLabels:
  193. # - exported_namespace
  194. # targetLabel: namespace
  195. # -- Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
  196. relabelings: []
  197. # - sourceLabels: [__meta_kubernetes_pod_node_name]
  198. # separator: ;
  199. # regex: ^(.*)$
  200. # targetLabel: nodename
  201. # replacement: $1
  202. # action: replace
  203. metrics:
  204. listen:
  205. port: 8080
  206. secure:
  207. enabled: false
  208. # -- if those are not set or invalid, self-signed certs will be generated
  209. # -- TLS cert directory path
  210. certDir: /etc/tls
  211. # -- TLS cert file path
  212. certFile: /etc/tls/tls.crt
  213. # -- TLS key file path
  214. keyFile: /etc/tls/tls.key
  215. service:
  216. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  217. enabled: false
  218. # -- Metrics service port to scrape
  219. port: 8080
  220. # -- Additional service annotations
  221. annotations: {}
  222. grafanaDashboard:
  223. # -- If true creates a Grafana dashboard.
  224. enabled: false
  225. # -- Label that ConfigMaps should have to be loaded as dashboards.
  226. sidecarLabel: "grafana_dashboard"
  227. # -- Label value that ConfigMaps should have to be loaded as dashboards.
  228. sidecarLabelValue: "1"
  229. # -- Annotations that ConfigMaps can have to get configured in Grafana,
  230. # See: sidecar.dashboards.folderAnnotation for specifying the dashboard folder.
  231. # https://github.com/grafana/helm-charts/tree/main/charts/grafana
  232. annotations: {}
  233. # -- Extra labels to add to the Grafana dashboard ConfigMap.
  234. extraLabels: {}
  235. livenessProbe:
  236. # -- Enabled determines if the liveness probe should be used or not. By default it's disabled.
  237. enabled: false
  238. # -- The body of the liveness probe settings.
  239. spec:
  240. # -- Address for liveness probe.
  241. address: ""
  242. # -- Specify the maximum amount of time to wait for a probe to respond before considering it fails.
  243. timeoutSeconds: 5
  244. # -- Number of consecutive probe failures that should occur before considering the probe as failed.
  245. failureThreshold: 5
  246. # -- Period in seconds for K8s to start performing probes.
  247. periodSeconds: 10
  248. # -- Number of successful probes to mark probe successful.
  249. successThreshold: 1
  250. # -- Delay in seconds for the container to start before performing the initial probe.
  251. initialDelaySeconds: 10
  252. # -- Handler for liveness probe.
  253. httpGet:
  254. # -- Set this value to 8082 to active liveness probes.
  255. port: "8082"
  256. path: /healthz
  257. nodeSelector: {}
  258. tolerations: []
  259. topologySpreadConstraints: []
  260. affinity: {}
  261. # -- Pod priority class name.
  262. priorityClassName: ""
  263. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  264. podDisruptionBudget:
  265. enabled: false
  266. minAvailable: 1 # @schema type:[integer, string]
  267. nameOverride: ""
  268. # maxUnavailable: "50%"
  269. # -- Run the controller on the host network
  270. hostNetwork: false
  271. webhook:
  272. # -- Annotations to place on validating webhook configuration.
  273. annotations: {}
  274. # -- 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.
  275. create: true
  276. # -- Specifies the time to check if the cert is valid
  277. certCheckInterval: "5m"
  278. # -- Specifies the lookaheadInterval for certificate validity
  279. lookaheadInterval: ""
  280. replicaCount: 1
  281. # -- Specifies Log Params to the Webhook
  282. log:
  283. level: info
  284. timeEncoding: epoch
  285. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  286. revisionHistoryLimit: 10
  287. certDir: /tmp/certs
  288. # -- Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore
  289. failurePolicy: Fail
  290. # -- Specifies if webhook pod should use hostNetwork or not.
  291. hostNetwork: false
  292. image:
  293. repository: oci.external-secrets.io/external-secrets/external-secrets
  294. pullPolicy: IfNotPresent
  295. # -- The image tag to use. The default is the chart appVersion.
  296. tag: ""
  297. # -- The flavour of tag you want to use
  298. flavour: ""
  299. imagePullSecrets: []
  300. nameOverride: ""
  301. fullnameOverride: ""
  302. # -- The port the webhook will listen to
  303. port: 10250
  304. rbac:
  305. # -- Specifies whether role and rolebinding resources should be created.
  306. create: true
  307. serviceAccount:
  308. # -- Specifies whether a service account should be created.
  309. create: true
  310. # -- Automounts the service account token in all containers of the pod
  311. automount: true
  312. # -- Annotations to add to the service account.
  313. annotations: {}
  314. # -- Extra Labels to add to the service account.
  315. extraLabels: {}
  316. # -- The name of the service account to use.
  317. # If not set and create is true, a name is generated using the fullname template.
  318. name: ""
  319. nodeSelector: {}
  320. certManager:
  321. # -- Enabling cert-manager support will disable the built in secret and
  322. # switch to using cert-manager (installed separately) to automatically issue
  323. # and renew the webhook certificate. This chart does not install
  324. # cert-manager for you, See https://cert-manager.io/docs/
  325. enabled: false
  326. # -- Automatically add the cert-manager.io/inject-ca-from annotation to the
  327. # webhooks and CRDs. As long as you have the cert-manager CA Injector
  328. # enabled, this will automatically setup your webhook's CA to the one used
  329. # by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
  330. addInjectorAnnotations: true
  331. cert:
  332. # -- Create a certificate resource within this chart. See
  333. # https://cert-manager.io/docs/usage/certificate/
  334. create: true
  335. # -- For the Certificate created by this chart, setup the issuer. See
  336. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec
  337. issuerRef:
  338. group: cert-manager.io
  339. kind: "Issuer"
  340. name: "my-issuer"
  341. # -- Set the requested duration (i.e. lifetime) of the Certificate. See
  342. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  343. # One year by default.
  344. duration: "8760h"
  345. # -- Set the revisionHistoryLimit on the Certificate. See
  346. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  347. # Defaults to 0 (ignored).
  348. revisionHistoryLimit: 0
  349. # -- How long before the currently issued certificate’s expiry
  350. # cert-manager should renew the certificate. See
  351. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  352. # Note that renewBefore should be greater than .webhook.lookaheadInterval
  353. # since the webhook will check this far in advance that the certificate is
  354. # valid.
  355. renewBefore: ""
  356. # -- Add extra annotations to the Certificate resource.
  357. annotations: {}
  358. tolerations: []
  359. topologySpreadConstraints: []
  360. affinity: {}
  361. # -- Set deployment strategy
  362. strategy: {}
  363. # -- Pod priority class name.
  364. priorityClassName: ""
  365. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  366. podDisruptionBudget:
  367. enabled: false
  368. minAvailable: 1 # @schema type:[integer, string]
  369. nameOverride: ""
  370. # maxUnavailable: "50%"
  371. metrics:
  372. listen:
  373. port: 8080
  374. service:
  375. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  376. enabled: false
  377. # -- Metrics service port to scrape
  378. port: 8080
  379. # -- Additional service annotations
  380. annotations: {}
  381. readinessProbe:
  382. # -- Address for readiness probe
  383. address: ""
  384. # -- ReadinessProbe port for kubelet
  385. port: 8081
  386. ## -- Extra environment variables to add to container.
  387. extraEnv: []
  388. ## -- Map of extra arguments to pass to container.
  389. extraArgs: {}
  390. ## -- Extra init containers to add to the pod.
  391. extraInitContainers: []
  392. ## -- Extra volumes to pass to pod.
  393. extraVolumes: []
  394. ## -- Extra volumes to mount to the container.
  395. extraVolumeMounts: []
  396. # -- Annotations to add to Secret
  397. secretAnnotations: {}
  398. # -- Annotations to add to Deployment
  399. deploymentAnnotations: {}
  400. # -- Annotations to add to Pod
  401. podAnnotations: {}
  402. podLabels: {}
  403. podSecurityContext:
  404. enabled: true
  405. # fsGroup: 2000
  406. securityContext:
  407. allowPrivilegeEscalation: false
  408. capabilities:
  409. drop:
  410. - ALL
  411. enabled: true
  412. readOnlyRootFilesystem: true
  413. runAsNonRoot: true
  414. runAsUser: 1000
  415. seccompProfile:
  416. type: RuntimeDefault
  417. resources: {}
  418. # requests:
  419. # cpu: 10m
  420. # memory: 32Mi
  421. # -- Manage the service through which the webhook is reached.
  422. service:
  423. # -- Whether the service object should be enabled or not (it is expected to exist).
  424. enabled: true
  425. # -- Custom annotations for the webhook service.
  426. annotations: {}
  427. # -- Custom labels for the webhook service.
  428. labels: {}
  429. # -- The service type of the webhook service.
  430. type: ClusterIP
  431. # -- If the webhook service type is LoadBalancer, you can assign a specific load balancer IP here.
  432. # Check the documentation of your load balancer provider to see if/how this should be used.
  433. loadBalancerIP: ""
  434. certController:
  435. # -- Specifies whether a certificate controller deployment be created.
  436. create: true
  437. requeueInterval: "5m"
  438. replicaCount: 1
  439. # -- Specifies Log Params to the Certificate Controller
  440. log:
  441. level: info
  442. timeEncoding: epoch
  443. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  444. revisionHistoryLimit: 10
  445. image:
  446. repository: oci.external-secrets.io/external-secrets/external-secrets
  447. pullPolicy: IfNotPresent
  448. tag: ""
  449. flavour: ""
  450. imagePullSecrets: []
  451. nameOverride: ""
  452. fullnameOverride: ""
  453. rbac:
  454. # -- Specifies whether role and rolebinding resources should be created.
  455. create: true
  456. serviceAccount:
  457. # -- Specifies whether a service account should be created.
  458. create: true
  459. # -- Automounts the service account token in all containers of the pod
  460. automount: true
  461. # -- Annotations to add to the service account.
  462. annotations: {}
  463. # -- Extra Labels to add to the service account.
  464. extraLabels: {}
  465. # -- The name of the service account to use.
  466. # If not set and create is true, a name is generated using the fullname template.
  467. name: ""
  468. nodeSelector: {}
  469. tolerations: []
  470. topologySpreadConstraints: []
  471. affinity: {}
  472. # -- Set deployment strategy
  473. strategy: {}
  474. # -- Run the certController on the host network
  475. hostNetwork: false
  476. # -- Pod priority class name.
  477. priorityClassName: ""
  478. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  479. podDisruptionBudget:
  480. enabled: false
  481. minAvailable: 1 # @schema type:[integer, string]
  482. nameOverride: ""
  483. # maxUnavailable: "50%"
  484. metrics:
  485. listen:
  486. port: 8080
  487. service:
  488. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  489. enabled: false
  490. # -- Metrics service port to scrape
  491. port: 8080
  492. # -- Additional service annotations
  493. annotations: {}
  494. readinessProbe:
  495. # -- Address for readiness probe
  496. address: ""
  497. # -- ReadinessProbe port for kubelet
  498. port: 8081
  499. ## -- Extra environment variables to add to container.
  500. extraEnv: []
  501. ## -- Map of extra arguments to pass to container.
  502. extraArgs: {}
  503. ## -- Extra init containers to add to the pod.
  504. extraInitContainers: []
  505. ## -- Extra volumes to pass to pod.
  506. extraVolumes: []
  507. ## -- Extra volumes to mount to the container.
  508. extraVolumeMounts: []
  509. # -- Annotations to add to Deployment
  510. deploymentAnnotations: {}
  511. # -- Annotations to add to Pod
  512. podAnnotations: {}
  513. podLabels: {}
  514. podSecurityContext:
  515. enabled: true
  516. # fsGroup: 2000
  517. securityContext:
  518. allowPrivilegeEscalation: false
  519. capabilities:
  520. drop:
  521. - ALL
  522. enabled: true
  523. readOnlyRootFilesystem: true
  524. runAsNonRoot: true
  525. runAsUser: 1000
  526. seccompProfile:
  527. type: RuntimeDefault
  528. resources: {}
  529. # requests:
  530. # cpu: 10m
  531. # memory: 32Mi
  532. # -- Specifies `dnsPolicy` to deployment
  533. dnsPolicy: ClusterFirst
  534. # -- Specifies `dnsOptions` to deployment
  535. dnsConfig: {}
  536. # -- Any extra pod spec on the deployment
  537. podSpecExtra: {}