values.yaml 14 KB

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