Custom Resource Definition Changes
Changes to Admin Service custom resource definitions (CRDs) are not automatically applied by the helm
upgrade
command.
Procedure
Force the update of Admin Service CRDs with the following command:
helm template temp matrixx/admin-service --include-crds --show-only AdminCommand.yaml --show-only AdminCommandDiscoveryEndpoint.yaml | kubectl apply -f -