values.yaml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  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. # -- Conversion is disabled by default as we stopped supporting v1alpha1.
  45. enabled: false
  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. grafanaDashboard:
  184. # -- If true creates a Grafana dashboard.
  185. enabled: false
  186. # -- Label that ConfigMaps should have to be loaded as dashboards.
  187. sidecarLabel: "grafana_dashboard"
  188. # -- Label value that ConfigMaps should have to be loaded as dashboards.
  189. sidecarLabelValue: "1"
  190. # -- Annotations that ConfigMaps can have to get configured in Grafana,
  191. # See: sidecar.dashboards.folderAnnotation for specifying the dashboard folder.
  192. # https://github.com/grafana/helm-charts/tree/main/charts/grafana
  193. annotations: {}
  194. nodeSelector: {}
  195. tolerations: []
  196. topologySpreadConstraints: []
  197. affinity: {}
  198. # -- Pod priority class name.
  199. priorityClassName: ""
  200. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  201. podDisruptionBudget:
  202. enabled: false
  203. minAvailable: 1
  204. # maxUnavailable: 1
  205. # -- Run the controller on the host network
  206. hostNetwork: false
  207. webhook:
  208. # -- Annotations to place on validating webhook configuration.
  209. annotations: {}
  210. # -- 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.
  211. create: true
  212. # -- Specifices the time to check if the cert is valid
  213. certCheckInterval: "5m"
  214. # -- Specifices the lookaheadInterval for certificate validity
  215. lookaheadInterval: ""
  216. replicaCount: 1
  217. # -- Specifices Log Params to the Webhook
  218. log:
  219. level: info
  220. timeEncoding: epoch
  221. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  222. revisionHistoryLimit: 10
  223. certDir: /tmp/certs
  224. # -- Specifies whether validating webhooks should be created with failurePolicy: Fail or Ignore
  225. failurePolicy: Fail
  226. # -- Specifies if webhook pod should use hostNetwork or not.
  227. hostNetwork: false
  228. image:
  229. repository: oci.external-secrets.io/external-secrets/external-secrets
  230. pullPolicy: IfNotPresent
  231. # -- The image tag to use. The default is the chart appVersion.
  232. tag: ""
  233. # -- The flavour of tag you want to use
  234. flavour: ""
  235. imagePullSecrets: []
  236. nameOverride: ""
  237. fullnameOverride: ""
  238. # -- The port the webhook will listen to
  239. port: 10250
  240. rbac:
  241. # -- Specifies whether role and rolebinding resources should be created.
  242. create: true
  243. serviceAccount:
  244. # -- Specifies whether a service account should be created.
  245. create: true
  246. # -- Automounts the service account token in all containers of the pod
  247. automount: true
  248. # -- Annotations to add to the service account.
  249. annotations: {}
  250. # -- Extra Labels to add to the service account.
  251. extraLabels: {}
  252. # -- The name of the service account to use.
  253. # If not set and create is true, a name is generated using the fullname template.
  254. name: ""
  255. nodeSelector: {}
  256. certManager:
  257. # -- Enabling cert-manager support will disable the built in secret and
  258. # switch to using cert-manager (installed separately) to automatically issue
  259. # and renew the webhook certificate. This chart does not install
  260. # cert-manager for you, See https://cert-manager.io/docs/
  261. enabled: false
  262. # -- Automatically add the cert-manager.io/inject-ca-from annotation to the
  263. # webhooks and CRDs. As long as you have the cert-manager CA Injector
  264. # enabled, this will automatically setup your webhook's CA to the one used
  265. # by cert-manager. See https://cert-manager.io/docs/concepts/ca-injector
  266. addInjectorAnnotations: true
  267. cert:
  268. # -- Create a certificate resource within this chart. See
  269. # https://cert-manager.io/docs/usage/certificate/
  270. create: true
  271. # -- For the Certificate created by this chart, setup the issuer. See
  272. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.IssuerSpec
  273. issuerRef:
  274. group: cert-manager.io
  275. kind: "Issuer"
  276. name: "my-issuer"
  277. # -- Set the requested duration (i.e. lifetime) of the Certificate. See
  278. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  279. # One year by default.
  280. duration: "8760h"
  281. # -- Set the revisionHistoryLimit on the Certificate. See
  282. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  283. # Defaults to 0 (ignored).
  284. revisionHistoryLimit: 0
  285. # -- How long before the currently issued certificate’s expiry
  286. # cert-manager should renew the certificate. See
  287. # https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
  288. # Note that renewBefore should be greater than .webhook.lookaheadInterval
  289. # since the webhook will check this far in advance that the certificate is
  290. # valid.
  291. renewBefore: ""
  292. # -- Add extra annotations to the Certificate resource.
  293. annotations: {}
  294. tolerations: []
  295. topologySpreadConstraints: []
  296. affinity: {}
  297. # -- Pod priority class name.
  298. priorityClassName: ""
  299. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  300. podDisruptionBudget:
  301. enabled: false
  302. minAvailable: 1
  303. # maxUnavailable: 1
  304. metrics:
  305. listen:
  306. port: 8080
  307. service:
  308. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  309. enabled: false
  310. # -- Metrics service port to scrape
  311. port: 8080
  312. # -- Additional service annotations
  313. annotations: {}
  314. readinessProbe:
  315. # -- Address for readiness probe
  316. address: ""
  317. # -- ReadinessProbe port for kubelet
  318. port: 8081
  319. ## -- Extra environment variables to add to container.
  320. extraEnv: []
  321. ## -- Map of extra arguments to pass to container.
  322. extraArgs: {}
  323. ## -- Extra volumes to pass to pod.
  324. extraVolumes: []
  325. ## -- Extra volumes to mount to the container.
  326. extraVolumeMounts: []
  327. # -- Annotations to add to Secret
  328. secretAnnotations: {}
  329. # -- Annotations to add to Deployment
  330. deploymentAnnotations: {}
  331. # -- Annotations to add to Pod
  332. podAnnotations: {}
  333. podLabels: {}
  334. podSecurityContext:
  335. enabled: true
  336. # fsGroup: 2000
  337. securityContext:
  338. allowPrivilegeEscalation: false
  339. capabilities:
  340. drop:
  341. - ALL
  342. enabled: true
  343. readOnlyRootFilesystem: true
  344. runAsNonRoot: true
  345. runAsUser: 1000
  346. seccompProfile:
  347. type: RuntimeDefault
  348. resources: {}
  349. # requests:
  350. # cpu: 10m
  351. # memory: 32Mi
  352. # -- Manage the service through which the webhook is reached.
  353. service:
  354. # -- Whether the service object should be enabled or not (it is expected to exist).
  355. enabled: true
  356. # -- Custom annotations for the webhook service.
  357. annotations: {}
  358. # -- Custom labels for the webhook service.
  359. labels: {}
  360. # -- The service type of the webhook service.
  361. type: ClusterIP
  362. # -- If the webhook service type is LoadBalancer, you can assign a specific load balancer IP here.
  363. # Check the documentation of your load balancer provider to see if/how this should be used.
  364. loadBalancerIP: ""
  365. certController:
  366. # -- Specifies whether a certificate controller deployment be created.
  367. create: true
  368. requeueInterval: "5m"
  369. replicaCount: 1
  370. # -- Specifices Log Params to the Certificate Controller
  371. log:
  372. level: info
  373. timeEncoding: epoch
  374. # -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
  375. revisionHistoryLimit: 10
  376. image:
  377. repository: oci.external-secrets.io/external-secrets/external-secrets
  378. pullPolicy: IfNotPresent
  379. tag: ""
  380. flavour: ""
  381. imagePullSecrets: []
  382. nameOverride: ""
  383. fullnameOverride: ""
  384. rbac:
  385. # -- Specifies whether role and rolebinding resources should be created.
  386. create: true
  387. serviceAccount:
  388. # -- Specifies whether a service account should be created.
  389. create: true
  390. # -- Automounts the service account token in all containers of the pod
  391. automount: true
  392. # -- Annotations to add to the service account.
  393. annotations: {}
  394. # -- Extra Labels to add to the service account.
  395. extraLabels: {}
  396. # -- The name of the service account to use.
  397. # If not set and create is true, a name is generated using the fullname template.
  398. name: ""
  399. nodeSelector: {}
  400. tolerations: []
  401. topologySpreadConstraints: []
  402. affinity: {}
  403. # -- Run the certController on the host network
  404. hostNetwork: false
  405. # -- Pod priority class name.
  406. priorityClassName: ""
  407. # -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
  408. podDisruptionBudget:
  409. enabled: false
  410. minAvailable: 1
  411. # maxUnavailable: 1
  412. metrics:
  413. listen:
  414. port: 8080
  415. service:
  416. # -- Enable if you use another monitoring tool than Prometheus to scrape the metrics
  417. enabled: false
  418. # -- Metrics service port to scrape
  419. port: 8080
  420. # -- Additional service annotations
  421. annotations: {}
  422. readinessProbe:
  423. # -- Address for readiness probe
  424. address: ""
  425. # -- ReadinessProbe port for kubelet
  426. port: 8081
  427. ## -- Extra environment variables to add to container.
  428. extraEnv: []
  429. ## -- Map of extra arguments to pass to container.
  430. extraArgs: {}
  431. ## -- Extra volumes to pass to pod.
  432. extraVolumes: []
  433. ## -- Extra volumes to mount to the container.
  434. extraVolumeMounts: []
  435. # -- Annotations to add to Deployment
  436. deploymentAnnotations: {}
  437. # -- Annotations to add to Pod
  438. podAnnotations: {}
  439. podLabels: {}
  440. podSecurityContext:
  441. enabled: true
  442. # fsGroup: 2000
  443. securityContext:
  444. allowPrivilegeEscalation: false
  445. capabilities:
  446. drop:
  447. - ALL
  448. enabled: true
  449. readOnlyRootFilesystem: true
  450. runAsNonRoot: true
  451. runAsUser: 1000
  452. seccompProfile:
  453. type: RuntimeDefault
  454. resources: {}
  455. # requests:
  456. # cpu: 10m
  457. # memory: 32Mi
  458. # -- Specifies `dnsPolicy` to deployment
  459. dnsPolicy: ClusterFirst
  460. # -- Specifies `dnsOptions` to deployment
  461. dnsConfig: {}
  462. # -- Any extra pod spec on the deployment
  463. podSpecExtra: {}