values.yaml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. certDir: /tmp/k8s-webhook-server/serving-certs
  69. image:
  70. repository: ghcr.io/external-secrets/external-secrets-webhook
  71. pullPolicy: IfNotPresent
  72. # -- The image tag to use. The default is the chart appVersion.
  73. tag: ""
  74. imagePullSecrets: []
  75. nameOverride: ""
  76. fullnameOverride: ""
  77. rbac:
  78. # -- Specifies whether role and rolebinding resources should be created.
  79. create: true
  80. serviceAccount:
  81. # -- Specifies whether a service account should be created.
  82. create: true
  83. # -- Annotations to add to the service account.
  84. annotations: {}
  85. # -- The name of the service account to use.
  86. # If not set and create is true, a name is generated using the fullname template.
  87. name: ""
  88. nodeSelector: {}
  89. tolerations: []
  90. affinity: {}
  91. # -- Pod priority class name.
  92. priorityClassName: ""
  93. prometheus:
  94. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  95. enabled: false
  96. service:
  97. port: 8080
  98. ## -- Extra environment variables to add to container.
  99. extraEnv: []
  100. ## -- Map of extra arguments to pass to container.
  101. extraArgs: {}
  102. # -- Annotations to add to Deployment
  103. deploymentAnnotations: {}
  104. # -- Annotations to add to Pod
  105. podAnnotations: {}
  106. podLabels: {}
  107. podSecurityContext: {}
  108. # fsGroup: 2000
  109. securityContext: {}
  110. # capabilities:
  111. # drop:
  112. # - ALL
  113. # readOnlyRootFilesystem: true
  114. # runAsNonRoot: true
  115. # runAsUser: 1000
  116. resources: {}
  117. # requests:
  118. # cpu: 10m
  119. # memory: 32Mi
  120. certController:
  121. image:
  122. repository: ghcr.io/external-secrets/external-secrets-cert-controller
  123. pullPolicy: IfNotPresent
  124. imagePullSecrets: []
  125. nameOverride: ""
  126. fullnameOverride: ""
  127. rbac:
  128. # -- Specifies whether role and rolebinding resources should be created.
  129. create: true
  130. serviceAccount:
  131. # -- Specifies whether a service account should be created.
  132. create: true
  133. # -- Annotations to add to the service account.
  134. annotations: {}
  135. # -- The name of the service account to use.
  136. # If not set and create is true, a name is generated using the fullname template.
  137. name: ""
  138. nodeSelector: {}
  139. tolerations: []
  140. affinity: {}
  141. # -- Pod priority class name.
  142. priorityClassName: ""
  143. prometheus:
  144. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  145. enabled: false
  146. service:
  147. port: 8080
  148. ## -- Extra environment variables to add to container.
  149. extraEnv: []
  150. ## -- Map of extra arguments to pass to container.
  151. extraArgs: {}
  152. # -- Annotations to add to Deployment
  153. deploymentAnnotations: {}
  154. # -- Annotations to add to Pod
  155. podAnnotations: {}
  156. podLabels: {}
  157. podSecurityContext: {}
  158. # fsGroup: 2000
  159. securityContext: {}
  160. # capabilities:
  161. # drop:
  162. # - ALL
  163. # readOnlyRootFilesystem: true
  164. # runAsNonRoot: true
  165. # runAsUser: 1000
  166. resources: {}
  167. # requests:
  168. # cpu: 10m
  169. # memory: 32Mi