values.yaml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  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. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  18. revisionHistoryLimit: 10
  19. image:
  20. repository: oci.external-secrets.io/external-secrets/external-secrets
  21. pullPolicy: IfNotPresent
  22. # -- The image tag to use. The default is the chart appVersion.
  23. tag: ""
  24. # -- The flavour of tag you want to use
  25. # There are different image flavours available, like distroless and ubi.
  26. # Please see GitHub release notes for image tags for these flavors.
  27. # By default, the distroless image is used.
  28. flavour: ""
  29. # -- If set, install and upgrade CRDs through helm chart.
  30. installCRDs: true
  31. crds:
  32. # -- If true, create CRDs for Cluster External Secret.
  33. createClusterExternalSecret: true
  34. # -- If true, create CRDs for Cluster Secret Store.
  35. createClusterSecretStore: true
  36. # -- If true, create CRDs for Cluster Generator.
  37. createClusterGenerator: true
  38. # -- If true, create CRDs for Cluster Push Secret.
  39. createClusterPushSecret: true
  40. # -- If true, create CRDs for Push Secret.
  41. createPushSecret: true
  42. annotations: {}
  43. conversion:
  44. # -- If webhook is set to false this also needs to be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
  45. enabled: true
  46. imagePullSecrets: []
  47. nameOverride: ""
  48. fullnameOverride: ""
  49. namespaceOverride: ""
  50. # -- Additional labels added to all helm chart resources.
  51. commonLabels: {}
  52. # -- If true, external-secrets will perform leader election between instances to ensure no more
  53. # than one instance of external-secrets operates at a time.
  54. leaderElect: false
  55. # -- If set external secrets will filter matching
  56. # Secret Stores with the appropriate controller values.
  57. controllerClass: ""
  58. # -- If true external secrets will use recommended kubernetes
  59. # annotations as prometheus metric labels.
  60. extendedMetricLabels: false
  61. # -- If set external secrets are only reconciled in the
  62. # provided namespace
  63. scopedNamespace: ""
  64. # -- Must be used with scopedNamespace. If true, create scoped RBAC roles under the scoped namespace
  65. # and implicitly disable cluster stores and cluster external secrets
  66. scopedRBAC: false
  67. # -- If true the OpenShift finalizer permissions will be added to RBAC
  68. openshiftFinalizers: true
  69. # -- if true, the operator will process cluster external secret. Else, it will ignore them.
  70. processClusterExternalSecret: true
  71. # -- if true, the operator will process cluster push secret. Else, it will ignore them.
  72. processClusterPushSecret: true
  73. # -- if true, the operator will process cluster store. Else, it will ignore them.
  74. processClusterStore: true
  75. # -- if true, the operator will process push secret. Else, it will ignore them.
  76. processPushSecret: true
  77. # -- Specifies whether an external secret operator deployment be created.
  78. createOperator: true
  79. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  80. # a time.
  81. concurrent: 1
  82. # -- Specifices Log Params to the External Secrets Operator
  83. log:
  84. level: info
  85. timeEncoding: epoch
  86. service:
  87. # -- Set the ip family policy to configure dual-stack see [Configure dual-stack](https://kubernetes.io/docs/concepts/services-networking/dual-stack/#services)
  88. ipFamilyPolicy: ""
  89. # -- 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.
  90. ipFamilies: []
  91. serviceAccount:
  92. # -- Specifies whether a service account should be created.
  93. create: true
  94. # -- Automounts the service account token in all containers of the pod
  95. automount: true
  96. # -- Annotations to add to the service account.
  97. annotations: {}
  98. # -- Extra Labels to add to the service account.
  99. extraLabels: {}
  100. # -- The name of the service account to use.
  101. # If not set and create is true, a name is generated using the fullname template.
  102. name: ""
  103. rbac:
  104. # -- Specifies whether role and rolebinding resources should be created.
  105. create: true
  106. servicebindings:
  107. # -- Specifies whether a clusterrole to give servicebindings read access should be created.
  108. create: true
  109. ## -- Extra environment variables to add to container.
  110. extraEnv: []
  111. ## -- Map of extra arguments to pass to container.
  112. extraArgs: {}
  113. ## -- Extra volumes to pass to pod.
  114. extraVolumes: []
  115. ## -- Extra Kubernetes objects to deploy with the helm chart
  116. extraObjects: []
  117. ## -- Extra volumes to mount to the container.
  118. extraVolumeMounts: []
  119. ## -- Extra containers to add to the pod.
  120. extraContainers: []
  121. # -- Annotations to add to Deployment
  122. deploymentAnnotations: {}
  123. # -- Annotations to add to Pod
  124. podAnnotations: {}
  125. podLabels: {}
  126. podSecurityContext:
  127. enabled: true
  128. # fsGroup: 2000
  129. securityContext:
  130. allowPrivilegeEscalation: false
  131. capabilities:
  132. drop:
  133. - ALL
  134. enabled: true
  135. readOnlyRootFilesystem: true
  136. runAsNonRoot: true
  137. runAsUser: 1000
  138. seccompProfile:
  139. type: RuntimeDefault
  140. resources: {}
  141. # requests:
  142. # cpu: 10m
  143. # memory: 32Mi
  144. serviceMonitor:
  145. # -- Specifies whether to create a ServiceMonitor resource for collecting Prometheus metrics
  146. enabled: false
  147. # -- namespace where you want to install ServiceMonitors
  148. namespace: ""
  149. # -- Additional labels
  150. additionalLabels: {}
  151. # -- Interval to scrape metrics
  152. interval: 30s
  153. # -- Timeout if metrics can't be retrieved in given time interval
  154. scrapeTimeout: 25s
  155. # -- Let prometheus add an exported_ prefix to conflicting labels
  156. honorLabels: false
  157. # -- Metric relabel configs to apply to samples before ingestion. [Metric Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs)
  158. metricRelabelings: []
  159. # - action: replace
  160. # regex: (.*)
  161. # replacement: $1
  162. # sourceLabels:
  163. # - exported_namespace
  164. # targetLabel: namespace
  165. # -- Relabel configs to apply to samples before ingestion. [Relabeling](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config)
  166. relabelings: []
  167. # - sourceLabels: [__meta_kubernetes_pod_node_name]
  168. # separator: ;
  169. # regex: ^(.*)$
  170. # targetLabel: nodename
  171. # replacement: $1
  172. # action: replace
  173. metrics:
  174. listen:
  175. port: 8080
  176. service:
  177. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  178. enabled: false
  179. # -- Metrics service port to scrape
  180. port: 8080
  181. # -- Additional service annotations
  182. annotations: {}
  183. nodeSelector: {}
  184. tolerations: []
  185. topologySpreadConstraints: []
  186. affinity: {}
  187. # -- Pod priority class name.
  188. priorityClassName: ""
  189. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  190. podDisruptionBudget:
  191. enabled: false
  192. minAvailable: 1
  193. # maxUnavailable: 1
  194. # -- Run the controller on the host network
  195. hostNetwork: false
  196. webhook:
  197. # -- Annotations to place on validating webhook configuration.
  198. annotations: {}
  199. # -- 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.
  200. create: true
  201. # -- Specifices the time to check if the cert is valid
  202. certCheckInterval: "5m"
  203. # -- Specifices the lookaheadInterval for certificate validity
  204. lookaheadInterval: ""
  205. replicaCount: 1
  206. # -- Specifices Log Params to the Webhook
  207. log:
  208. level: info
  209. timeEncoding: epoch
  210. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  211. revisionHistoryLimit: 10
  212. certDir: /tmp/certs
  213. # -- Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore
  214. failurePolicy: Fail
  215. # -- Specifies if webhook pod should use hostNetwork or not.
  216. hostNetwork: false
  217. image:
  218. repository: oci.external-secrets.io/external-secrets/external-secrets
  219. pullPolicy: IfNotPresent
  220. # -- The image tag to use. The default is the chart appVersion.
  221. tag: ""
  222. # -- The flavour of tag you want to use
  223. flavour: ""
  224. imagePullSecrets: []
  225. nameOverride: ""
  226. fullnameOverride: ""
  227. # -- The port the webhook will listen to
  228. port: 10250
  229. rbac:
  230. # -- Specifies whether role and rolebinding resources should be created.
  231. create: true
  232. serviceAccount:
  233. # -- Specifies whether a service account should be created.
  234. create: true
  235. # -- Automounts the service account token in all containers of the pod
  236. automount: true
  237. # -- Annotations to add to the service account.
  238. annotations: {}
  239. # -- Extra Labels to add to the service account.
  240. extraLabels: {}
  241. # -- The name of the service account to use.
  242. # If not set and create is true, a name is generated using the fullname template.
  243. name: ""
  244. nodeSelector: {}
  245. certManager:
  246. # -- Enabling cert-manager support will disable the built in secret and
  247. # switch to using cert-manager (installed separately) to automatically issue
  248. # and renew the webhook certificate. This chart does not install
  249. # cert-manager for you, See https://cert-manager.io/docs/
  250. enabled: false
  251. # -- Automatically add the cert-manager.io/inject-ca-from annotation to the
  252. # webhooks and CRDs. As long as you have the cert-manager CA Injector
  253. # enabled, this will automatically setup your webhook's CA to the one used
  254. # by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
  255. addInjectorAnnotations: true
  256. cert:
  257. # -- Create a certificate resource within this chart. See
  258. # https://cert-manager.io/docs/usage/certificate/
  259. create: true
  260. # -- For the Certificate created by this chart, setup the issuer. See
  261. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec
  262. issuerRef:
  263. group: cert-manager.io
  264. kind: "Issuer"
  265. name: "my-issuer"
  266. # -- Set the requested duration (i.e. lifetime) of the Certificate. See
  267. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  268. # One year by default.
  269. duration: "8760h"
  270. # -- Set the revisionHistoryLimit on the Certificate. See
  271. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  272. # Defaults to 0 (ignored).
  273. revisionHistoryLimit: 0
  274. # -- How long before the currently issued certificate’s expiry
  275. # cert-manager should renew the certificate. See
  276. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  277. # Note that renewBefore should be greater than .webhook.lookaheadInterval
  278. # since the webhook will check this far in advance that the certificate is
  279. # valid.
  280. renewBefore: ""
  281. # -- Add extra annotations to the Certificate resource.
  282. annotations: {}
  283. tolerations: []
  284. topologySpreadConstraints: []
  285. affinity: {}
  286. # -- Pod priority class name.
  287. priorityClassName: ""
  288. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  289. podDisruptionBudget:
  290. enabled: false
  291. minAvailable: 1
  292. # maxUnavailable: 1
  293. metrics:
  294. listen:
  295. port: 8080
  296. service:
  297. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  298. enabled: false
  299. # -- Metrics service port to scrape
  300. port: 8080
  301. # -- Additional service annotations
  302. annotations: {}
  303. readinessProbe:
  304. # -- Address for readiness probe
  305. address: ""
  306. # -- ReadinessProbe port for kubelet
  307. port: 8081
  308. ## -- Extra environment variables to add to container.
  309. extraEnv: []
  310. ## -- Map of extra arguments to pass to container.
  311. extraArgs: {}
  312. ## -- Extra volumes to pass to pod.
  313. extraVolumes: []
  314. ## -- Extra volumes to mount to the container.
  315. extraVolumeMounts: []
  316. # -- Annotations to add to Secret
  317. secretAnnotations: {}
  318. # -- Annotations to add to Deployment
  319. deploymentAnnotations: {}
  320. # -- Annotations to add to Pod
  321. podAnnotations: {}
  322. podLabels: {}
  323. podSecurityContext:
  324. enabled: true
  325. # fsGroup: 2000
  326. securityContext:
  327. allowPrivilegeEscalation: false
  328. capabilities:
  329. drop:
  330. - ALL
  331. enabled: true
  332. readOnlyRootFilesystem: true
  333. runAsNonRoot: true
  334. runAsUser: 1000
  335. seccompProfile:
  336. type: RuntimeDefault
  337. resources: {}
  338. # requests:
  339. # cpu: 10m
  340. # memory: 32Mi
  341. # -- Manage the service through which the webhook is reached.
  342. service:
  343. # -- Whether the service object should be enabled or not (it is expected to exist).
  344. enabled: true
  345. # -- Custom annotations for the webhook service.
  346. annotations: {}
  347. # -- Custom labels for the webhook service.
  348. labels: {}
  349. # -- The service type of the webhook service.
  350. type: ClusterIP
  351. # -- If the webhook service type is LoadBalancer, you can assign a specific load balancer IP here.
  352. # Check the documentation of your load balancer provider to see if/how this should be used.
  353. loadBalancerIP: ""
  354. certController:
  355. # -- Specifies whether a certificate controller deployment be created.
  356. create: true
  357. requeueInterval: "5m"
  358. replicaCount: 1
  359. # -- Specifices Log Params to the Certificate Controller
  360. log:
  361. level: info
  362. timeEncoding: epoch
  363. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  364. revisionHistoryLimit: 10
  365. image:
  366. repository: oci.external-secrets.io/external-secrets/external-secrets
  367. pullPolicy: IfNotPresent
  368. tag: ""
  369. flavour: ""
  370. imagePullSecrets: []
  371. nameOverride: ""
  372. fullnameOverride: ""
  373. rbac:
  374. # -- Specifies whether role and rolebinding resources should be created.
  375. create: true
  376. serviceAccount:
  377. # -- Specifies whether a service account should be created.
  378. create: true
  379. # -- Automounts the service account token in all containers of the pod
  380. automount: true
  381. # -- Annotations to add to the service account.
  382. annotations: {}
  383. # -- Extra Labels to add to the service account.
  384. extraLabels: {}
  385. # -- The name of the service account to use.
  386. # If not set and create is true, a name is generated using the fullname template.
  387. name: ""
  388. nodeSelector: {}
  389. tolerations: []
  390. topologySpreadConstraints: []
  391. affinity: {}
  392. # -- Run the certController on the host network
  393. hostNetwork: false
  394. # -- Pod priority class name.
  395. priorityClassName: ""
  396. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  397. podDisruptionBudget:
  398. enabled: false
  399. minAvailable: 1
  400. # maxUnavailable: 1
  401. metrics:
  402. listen:
  403. port: 8080
  404. service:
  405. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  406. enabled: false
  407. # -- Metrics service port to scrape
  408. port: 8080
  409. # -- Additional service annotations
  410. annotations: {}
  411. readinessProbe:
  412. # -- Address for readiness probe
  413. address: ""
  414. # -- ReadinessProbe port for kubelet
  415. port: 8081
  416. ## -- Extra environment variables to add to container.
  417. extraEnv: []
  418. ## -- Map of extra arguments to pass to container.
  419. extraArgs: {}
  420. ## -- Extra volumes to pass to pod.
  421. extraVolumes: []
  422. ## -- Extra volumes to mount to the container.
  423. extraVolumeMounts: []
  424. # -- Annotations to add to Deployment
  425. deploymentAnnotations: {}
  426. # -- Annotations to add to Pod
  427. podAnnotations: {}
  428. podLabels: {}
  429. podSecurityContext:
  430. enabled: true
  431. # fsGroup: 2000
  432. securityContext:
  433. allowPrivilegeEscalation: false
  434. capabilities:
  435. drop:
  436. - ALL
  437. enabled: true
  438. readOnlyRootFilesystem: true
  439. runAsNonRoot: true
  440. runAsUser: 1000
  441. seccompProfile:
  442. type: RuntimeDefault
  443. resources: {}
  444. # requests:
  445. # cpu: 10m
  446. # memory: 32Mi
  447. # -- Specifies `dnsPolicy` to deployment
  448. dnsPolicy: ClusterFirst
  449. # -- Specifies `dnsOptions` to deployment
  450. dnsConfig: {}
  451. # -- Any extra pod spec on the deployment
  452. podSpecExtra: {}