In the documentation of the [Anthos Configuration Manager](https://github.com/GoogleCloudPlatform/gke-anthos-holistic-demo/blob/master/anthos/README.md#configuring-the-configuration-management-operator) the API URI is outdated. The value that works is `apiVersion: configmanagement.gke.io/v1`. From ``` apiVersion: addons.sigs.k8s.io/v1alpha1 ``` to ``` apiVersion: configmanagement.gke.io/v1 ```
In the documentation of the Anthos Configuration Manager the API URI is outdated.
The value that works is
apiVersion: configmanagement.gke.io/v1.From
to