values.yaml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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 are only reconciled in the
  16. # provided namespace
  17. scopedNamespace: ""
  18. # -- Specifies the number of concurrent ExternalSecret Reconciles external-secret executes at
  19. # a time.
  20. concurrent: 1
  21. serviceAccount:
  22. # -- Specifies whether a service account should be created.
  23. create: true
  24. # -- Annotations to add to the service account.
  25. annotations: {}
  26. # -- The name of the service account to use.
  27. # If not set and create is true, a name is generated using the fullname template.
  28. name: ""
  29. rbac:
  30. # -- Specifies whether role and rolebinding resources should be created.
  31. create: true
  32. ## -- Extra environment variables to add to container.
  33. extraEnv: []
  34. ## -- Map of extra arguments to pass to container.
  35. extraArgs: {}
  36. # -- Annotations to add to Deployment
  37. deploymentAnnotations: {}
  38. # -- Annotations to add to Pod
  39. podAnnotations: {}
  40. podLabels: {}
  41. podSecurityContext: {}
  42. # fsGroup: 2000
  43. securityContext: {}
  44. # capabilities:
  45. # drop:
  46. # - ALL
  47. # readOnlyRootFilesystem: true
  48. # runAsNonRoot: true
  49. # runAsUser: 1000
  50. resources: {}
  51. # requests:
  52. # cpu: 10m
  53. # memory: 32Mi
  54. prometheus:
  55. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  56. enabled: false
  57. service:
  58. port: 8080
  59. nodeSelector: {}
  60. tolerations: []
  61. affinity: {}
  62. # -- Pod priority class name.
  63. priorityClassName: ""