values.yaml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. replicaCount: 1
  2. image:
  3. repository: ghcr.io/external-secrets/external-secrets
  4. pullPolicy: IfNotPresent
  5. # -- The image tag to use. The default is the chart appVersion.
  6. tag: ""
  7. # -- If set, install and upgrade CRDs through helm chart.
  8. installCRDs: true
  9. crds:
  10. # -- If true, create CRDs for Cluster External Secret.
  11. createClusterExternalSecret: true
  12. # -- If true, create CRDs for Cluster Secret Store.
  13. createClusterSecretStore: true
  14. imagePullSecrets: []
  15. nameOverride: ""
  16. fullnameOverride: ""
  17. # -- If true, external-secrets will perform leader election between instances to ensure no more
  18. # than one instance of external-secrets operates at a time.
  19. leaderElect: false
  20. # -- If set external secrets will filter matching
  21. # Secret Stores with the appropriate controller values.
  22. controllerClass: ""
  23. # -- If set external secrets are only reconciled in the
  24. # provided namespace
  25. scopedNamespace: ""
  26. # -- Must be used with scopedNamespace. If true, create scoped RBAC roles under the scoped namespace
  27. # and implicitly disable cluster stores and cluster external secrets
  28. scopedRBAC: false
  29. # -- if true, the operator will process cluster external secret. Else, it will ignore them.
  30. processClusterExternalSecret: true
  31. # -- if true, the operator will process cluster store. Else, it will ignore them.
  32. processClusterStore: true
  33. # -- Specifies whether an external secret operator deployment be created.
  34. createOperator: true
  35. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  36. # a time.
  37. concurrent: 1
  38. serviceAccount:
  39. # -- Specifies whether a service account should be created.
  40. create: true
  41. # -- Annotations to add to the service account.
  42. annotations: {}
  43. # -- The name of the service account to use.
  44. # If not set and create is true, a name is generated using the fullname template.
  45. name: ""
  46. rbac:
  47. # -- Specifies whether role and rolebinding resources should be created.
  48. create: true
  49. ## -- Extra environment variables to add to container.
  50. extraEnv: []
  51. ## -- Map of extra arguments to pass to container.
  52. extraArgs: {}
  53. # -- Annotations to add to Deployment
  54. deploymentAnnotations: {}
  55. # -- Annotations to add to Pod
  56. podAnnotations: {}
  57. podLabels: {}
  58. podSecurityContext: {}
  59. # fsGroup: 2000
  60. securityContext: {}
  61. # capabilities:
  62. # drop:
  63. # - ALL
  64. # readOnlyRootFilesystem: true
  65. # runAsNonRoot: true
  66. # runAsUser: 1000
  67. resources: {}
  68. # requests:
  69. # cpu: 10m
  70. # memory: 32Mi
  71. prometheus:
  72. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  73. enabled: false
  74. service:
  75. port: 8080
  76. nodeSelector: {}
  77. tolerations: []
  78. affinity: {}
  79. # -- Pod priority class name.
  80. priorityClassName: ""
  81. webhook:
  82. # -- Specifies whether a webhook deployment be created.
  83. create: true
  84. certCheckInterval: "5m"
  85. replicaCount: 1
  86. certDir: /tmp/certs
  87. image:
  88. repository: ghcr.io/external-secrets/external-secrets
  89. pullPolicy: IfNotPresent
  90. # -- The image tag to use. The default is the chart appVersion.
  91. tag: ""
  92. imagePullSecrets: []
  93. nameOverride: ""
  94. fullnameOverride: ""
  95. rbac:
  96. # -- Specifies whether role and rolebinding resources should be created.
  97. create: true
  98. serviceAccount:
  99. # -- Specifies whether a service account should be created.
  100. create: true
  101. # -- Annotations to add to the service account.
  102. annotations: {}
  103. # -- The name of the service account to use.
  104. # If not set and create is true, a name is generated using the fullname template.
  105. name: ""
  106. nodeSelector: {}
  107. tolerations: []
  108. affinity: {}
  109. # -- Pod priority class name.
  110. priorityClassName: ""
  111. prometheus:
  112. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  113. enabled: false
  114. service:
  115. port: 8080
  116. ## -- Extra environment variables to add to container.
  117. extraEnv: []
  118. ## -- Map of extra arguments to pass to container.
  119. extraArgs: {}
  120. # -- Annotations to add to Deployment
  121. deploymentAnnotations: {}
  122. # -- Annotations to add to Pod
  123. podAnnotations: {}
  124. podLabels: {}
  125. podSecurityContext: {}
  126. # fsGroup: 2000
  127. securityContext: {}
  128. # capabilities:
  129. # drop:
  130. # - ALL
  131. # readOnlyRootFilesystem: true
  132. # runAsNonRoot: true
  133. # runAsUser: 1000
  134. resources: {}
  135. # requests:
  136. # cpu: 10m
  137. # memory: 32Mi
  138. certController:
  139. # -- Specifies whether a certificate controller deployment be created.
  140. create: true
  141. requeueInterval: "5m"
  142. image:
  143. repository: ghcr.io/external-secrets/external-secrets
  144. pullPolicy: IfNotPresent
  145. tag: ""
  146. imagePullSecrets: []
  147. nameOverride: ""
  148. fullnameOverride: ""
  149. rbac:
  150. # -- Specifies whether role and rolebinding resources should be created.
  151. create: true
  152. serviceAccount:
  153. # -- Specifies whether a service account should be created.
  154. create: true
  155. # -- Annotations to add to the service account.
  156. annotations: {}
  157. # -- The name of the service account to use.
  158. # If not set and create is true, a name is generated using the fullname template.
  159. name: ""
  160. nodeSelector: {}
  161. tolerations: []
  162. affinity: {}
  163. # -- Pod priority class name.
  164. priorityClassName: ""
  165. prometheus:
  166. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  167. enabled: false
  168. service:
  169. port: 8080
  170. ## -- Extra environment variables to add to container.
  171. extraEnv: []
  172. ## -- Map of extra arguments to pass to container.
  173. extraArgs: {}
  174. # -- Annotations to add to Deployment
  175. deploymentAnnotations: {}
  176. # -- Annotations to add to Pod
  177. podAnnotations: {}
  178. podLabels: {}
  179. podSecurityContext: {}
  180. # fsGroup: 2000
  181. securityContext: {}
  182. # capabilities:
  183. # drop:
  184. # - ALL
  185. # readOnlyRootFilesystem: true
  186. # runAsNonRoot: true
  187. # runAsUser: 1000
  188. resources: {}
  189. # requests:
  190. # cpu: 10m
  191. # memory: 32Mi