API credential mode: token for a static API token or oauth2 for client credentials.
enrollment.api.existingSecret
npa-api-token
Secret containing the API token when authMode=token.
enrollment.api.tokenKey
api-token
API token key within that secret.
enrollment.api.oauth2.tokenUrl
""
Full OAuth2 token endpoint URL when authMode=oauth2.
enrollment.api.oauth2.existingSecret
npa-api-oauth
Secret containing the OAuth2 client ID and client secret.
enrollment.api.oauth2.clientIdKey
client-id
OAuth2 client ID key within that secret.
enrollment.api.oauth2.clientSecretKey
client-secret
OAuth2 client secret key within that secret.
enrollment.api.oauth2.scope
""
Optional scope sent with the OAuth2 client credentials request.
enrollment.api.cleanupOnDelete
false
Opt-in preStop hook that deletes the tenant-side Publisher record on pod termination. Only safe when scaled replicas never carry Private App attachments — the Netskope API rejects DELETE on Publishers with apps assigned.
registrationToken.value
""
mode: token only — pass via --set.
registrationToken.existingSecret
""
Alternative to inline value.
Networking
Key
Default
Notes
networking.mode
pod
pod (default, recommended) or host (legacy).
networking.disableIPv6
true
Only when mode: pod. Disables IPv6 in the pod netns.
tunDevice.enabled
true
Mount /dev/net/tun from the node.
tunDevice.hostPath
/dev/net/tun
tunDevice.mountPath
/dev/net/tun
localDns.enabled
true
Pod-mode dnsmasq sidecar that forwards to Kubernetes cluster DNS.
localDns.image.repository
dockurr/dnsmasq
dnsmasq sidecar image.
localDns.image.tag
latest
localDns.cacheSize
1000
Pod-local DNS cache size.
hostNetwork, dnsPolicy, and the container securityContext are not configurable via values — they’re derived from networking.mode. See the pod vs host network comparison table for what each mode renders.
Persistence
Key
Default
Notes
persistence.enabled
false
Set true for mode: token HA.
persistence.storageClass
""
Empty = cluster default.
persistence.size
10Gi
persistence.existingClaim
""
Reuse an existing PVC.
DNS forwarders
Key
Default
Notes
bind.forwarders
[]
Host network mode only. List of upstream resolvers for legacy in-container BIND9. Pod network mode rejects this value; configure CoreDNS forwarding instead.
Health probes are hardcoded in the DaemonSet/StatefulSet template (exec probes that verify the publisher process plus its on-disk state) and are not parameterisable today.