This release note contains information about the Helm chart-related changes for the NetScaler CPX with Ingress controller version 3.0.6
What's new
Custom Service Account
You can now specify a custom service account name by using the serviceAccount.name variable. To automatically create the service account, set serviceAccount.create
to true
. If serviceAccount.create
is set to false
, ensure that the specified serviceAccount.name is bound with the proper clusterRole
. For details of ClusterRole
and ClusterRoleBinding
, see NetScaler Helm Charts.
The createClusterRoleAndBinding
variable is introduced, which if set to true
, ClusterRole
and ClusterRoleBinding
are created automatically. If the variable is set to false
, then ClusterRole
and ClusterRoleBinding
do not get created.