From 4fad30271929ffcaa60ddc6061b5d11887825060 Mon Sep 17 00:00:00 2001 From: Grzegorz-Lis Date: Fri, 31 Jul 2020 10:18:21 +0200 Subject: [POLICY] Make POLICY compatible with Kubernetes v1.17 Issue-ID: OOM-2462 Signed-off-by: Grzegorz Lis Change-Id: Ieda79c0c1109823bef82b714dc7b97b3a84a31c2 --- kubernetes/policy/charts/drools/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/policy/charts/drools/templates') diff --git a/kubernetes/policy/charts/drools/templates/statefulset.yaml b/kubernetes/policy/charts/drools/templates/statefulset.yaml index e2463aa2c2..dd813b4107 100644 --- a/kubernetes/policy/charts/drools/templates/statefulset.yaml +++ b/kubernetes/policy/charts/drools/templates/statefulset.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: StatefulSet metadata: name: {{ include "common.fullname" . }} -- cgit 1.2.3-korg