values.yaml 4.9 KB

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