Skip to content

external-secrets values.yaml

istio.enabled

Type: bool

Default value
false

istio.sidecar.enabled

Type: bool

Default value
false

istio.sidecar.outboundTrafficPolicyMode

Type: string

Default value
"REGISTRY_ONLY"

istio.serviceEntries.custom

Type: list

Default value
[]

istio.authorizationPolicies.enabled

Type: bool

Default value
false

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.enabled

Type: bool

Default value
false

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.spec.selector.matchLabels.”app.kubernetes.io/name”

Type: string

Default value
"external-secrets-webhook"

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.spec.rules[0].from[0].source.ipBlocks[0]

Type: string

Default value
"10.0.0.0/8"

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.spec.rules[0].from[0].source.ipBlocks[1]

Type: string

Default value
"172.16.0.0/12"

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.spec.rules[0].from[0].source.ipBlocks[2]

Type: string

Default value
"192.168.0.0/16"

istio.authorizationPolicies.additionalPolicies.allow-ingress-to-external-secrets-webhook-tcp-port-10250-from-kube-api.spec.rules[0].to[0].operation.ports[0]

Type: string

Default value
"10250"

istio.mtls.mode

Type: string

Default value
"STRICT"

networkPolicies.enabled

Type: bool

Default value
false

networkPolicies.ingress.to.external-secrets-webhook:10250.from.definition.kubeAPI

Type: bool

Default value
false

networkPolicies.egress.definitions.secrets-api-subnets.to[0].ipBlock.cidr

Type: string

Default value
"0.0.0.0/0"

networkPolicies.egress.definitions.secrets-api-subnets.to[0].ipBlock.except[0]

Type: string

Default value
"169.254.169.254/32"

networkPolicies.egress.definitions.secrets-api-subnets.ports[0].port

Type: int

Default value
443

networkPolicies.egress.definitions.secrets-api-subnets.ports[0].protocol

Type: string

Default value
"TCP"

networkPolicies.egress.from.external-secrets.to.k8s.vault/vault:8200

Type: bool

Default value
false

networkPolicies.egress.from.external-secrets.to.definition.kubeAPI

Type: bool

Default value
true

networkPolicies.egress.from.external-secrets.to.definition.secrets-api-subnets

Type: bool

Default value
true

networkPolicies.egress.from.external-secrets-webhook.to.definition.kubeAPI

Type: bool

Default value
false

networkPolicies.egress.from.external-secrets-cert-controller.to.definition.kubeAPI

Type: bool

Default value
false

bbtests.enabled

Type: bool

Default value
false

bbtests.namespace

Type: string

Default value
"external-secrets"

bbtests.scripts.image

Type: string

Default value
"registry1.dso.mil/ironbank/big-bang/base:2.1.0"

bbtests.secretMount.image

Type: string

Default value
"registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.8"

bbtests.secretstore.name

Type: string

Default value
"external-secrets-test-store"

bbtests.serviceaccount.name

Type: string

Default value
"external-secrets-external-secrets-script-sa"

bbtests.secrets.testsecret.value

Type: string

Default value
"this is a magic value"

env.EXTERNAL_SECRETS_NAMESPACE

Type: string

Default value
"external-secrets"

clusterSecretStoreConfiguration.enabled

Type: bool

Default value
false

clusterSecretStoreConfiguration.clusterSecretStoreList[0].name

Type: string

Default value
""

clusterSecretStoreConfiguration.clusterSecretStoreList[0].namespace

Type: string

Default value
""

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source

Type: object

Default value
auth:
  accessKeyID: ''
  accessKeyName: ''
  authType: ''
  secretAccessKey: ''
provider: aws
region: us-gov-west-1
service: SecretsManager

Description: define types of authentication: ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.provider

Type: string

Default value
"aws"

Description: Supported providers: aws, vault ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.service

Type: string

Default value
"SecretsManager"

Description: Specify type of service, i.e., SecretsManager (default) ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.region

Type: string

Default value
"us-gov-west-1"

Description: Specify AWS region, i.e. us-gov-west-1 (default) ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.auth.authType

Type: string

Default value
""

Description: Specify authType is required: identity, accesskey or serviceaccount ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.auth.accessKeyName

Type: string

Default value
""

Description: Name of the accessKeyID and secretAccessKey pair ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.auth.accessKeyID

Type: string

Default value
""

Description: Specify AWS Access Key ID file ##

clusterSecretStoreConfiguration.clusterSecretStoreList[0].source.auth.secretAccessKey

Type: string

Default value
""

Description: Specify AWS Secret Access Key file ##

externalSecretsConfiguration.enabled

Type: bool

Default value
false

externalSecretsConfiguration.secretList[0].name

Type: string

Default value
""

externalSecretsConfiguration.secretList[0].namespace

Type: string

Default value
""

externalSecretsConfiguration.secretList[0].refreshInterval

Type: string

Default value
""

externalSecretsConfiguration.secretList[0].secrets.targetName

Type: string

Default value
""

externalSecretsConfiguration.secretList[0].secrets.targetPolicy

Type: string

Default value
"Owner"

upstream.podLabels

Type: object

Default value
vault-ingress: 'true'

Description: Pod labels applied to ESO pods. vault-ingress=true allows traffic through Vault’s default ingress NetworkPolicy (allow-ingress-to-vault-port-8200-from-custom-app-ingress)

upstream.image.tag

Type: string

Default value
"v2.10.0"

Description: The image tag to use. The default is the chart appVersion.