values.yaml 13 KB

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