values.yaml 18 KB

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