values.yaml 1.6 KB

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