I'm looking to add support for Istio's DestinationRule
to Delete (Manifest)
. I believe I need to update .deploymentConfigurations.providers.kubernetes.accounts.customResources
in .hal/config
to something like follows:
- kubernetesKind: destinationrules.networking.istio.io
versioned: false
It's not clear what I need to do after this. Do I need to run a command for the change to take effect? What are the steps I need to do to accomplish this change?
Notes:
- The design docs mention a command that does not exist
- design doc: https://github.com/spinnaker/halyard/blob/master/docs/design.md#goals-and-solutions
- command mentioned in design doc:
hal update --service clouddriver