diff --git a/CHANGELOG.md b/CHANGELOG.md index 646519a72e..381e2f3b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ BUG FIXES: * API Gateway * Fix issue where if the API gateway controller pods restarted, gateway pods would become disconnected from the secret discovery service. [[GH-1007](https://github.com/hashicorp/consul-k8s/pull/1007)] + * Fix issue where the API gateway controller could not update existing Deployments or Services. [[GH-1014](https://github.com/hashicorp/consul-k8s/pull/1014)] ## 0.40.0 (January 27, 2022) diff --git a/charts/consul/templates/api-gateway-controller-clusterrole.yaml b/charts/consul/templates/api-gateway-controller-clusterrole.yaml index c6a69106c8..143d7a09e6 100644 --- a/charts/consul/templates/api-gateway-controller-clusterrole.yaml +++ b/charts/consul/templates/api-gateway-controller-clusterrole.yaml @@ -34,6 +34,7 @@ rules: - create - get - list + - update - watch - apiGroups: - coordination.k8s.io @@ -94,6 +95,7 @@ rules: - create - get - list + - update - watch - apiGroups: - ""