License Update for Kubernetes deployments
Update the ADS license in Kubernetes (K8s) deployments as follows:
Delete the outdated license secret:
kubectl delete secret ads-license --namespace axiomatics-ads
Copy the license file to a directory of your choice.
Launch a terminal window in this directory and run the following command:
kubectl create secret generic ads-license \
--from-file=axiomatics_PDP.license \
--namespace axiomatics-ads
Restart ADS with the following command:
kubectl rollout restart deployment.apps/ads -n axiomatics-ads