values.yaml 19 KB

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