From aa7f86291e8d8e097337a4043518c67c661d2a12 Mon Sep 17 00:00:00 2001 From: Miniland1333 Date: Mon, 26 Apr 2021 10:46:12 -0700 Subject: [PATCH] Update custom-metrics-apiservice.yaml Signed-off-by: Henry Agnew --- docs/helm/templates/custom-metrics-apiservice.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/helm/templates/custom-metrics-apiservice.yaml b/docs/helm/templates/custom-metrics-apiservice.yaml index 58afc4e..74a0b23 100644 --- a/docs/helm/templates/custom-metrics-apiservice.yaml +++ b/docs/helm/templates/custom-metrics-apiservice.yaml @@ -1,15 +1,15 @@ {{- if .Values.enableCustomMetricsApi }} -apiVersion: apiregistration.k8s.io/v1beta1 +apiVersion: apiregistration.k8s.io/v1 kind: APIService metadata: - name: v1beta1.custom.metrics.k8s.io + name: v1.custom.metrics.k8s.io spec: service: name: kube-metrics-adapter namespace: {{ .Values.namespace }} group: custom.metrics.k8s.io - version: v1beta1 + version: v1 insecureSkipTLSVerify: {{ .Values.tls.skipTLSVerify }} groupPriorityMinimum: 100 versionPriority: 100 -{{- end}} \ No newline at end of file +{{- end}}