values.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. # -- Annotations to add to Deployment
  34. deploymentAnnotations: {}
  35. # -- Annotations to add to Pod
  36. podAnnotations: {}
  37. podLabels: {}
  38. podSecurityContext: {}
  39. # fsGroup: 2000
  40. securityContext: {}
  41. # capabilities:
  42. # drop:
  43. # - ALL
  44. # readOnlyRootFilesystem: true
  45. # runAsNonRoot: true
  46. # runAsUser: 1000
  47. resources: {}
  48. # requests:
  49. # cpu: 10m
  50. # memory: 32Mi
  51. prometheus:
  52. # -- Specifies whether to expose Service resource for collecting Prometheus metrics
  53. enabled: false
  54. service:
  55. port: 8080
  56. nodeSelector: {}
  57. tolerations: []
  58. affinity: {}
  59. # -- Pod priority class name.
  60. priorityClassName: ""