In my case I wasn't able to identify exactly what happened. What I noticed was that it seemed that I needed another stateful node, because I only had one. This change plus many other things lead me to the correct pod initialization. Hope this help a bit.
... View more
The cas-enable-host.yaml patches the CASDeployment object, so after applying you may need to restart your CAS server, was this done? kubectl -n namespace delete pods -l app.kubernetes.io/managed-by=sas-cas-operator
... View more