Skip to content

Commit

Permalink
Merge branch 'master' into feat-fix-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnzheng1975 committed Jun 11, 2024
2 parents 077fbca + 3fffa35 commit 6ac66d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/helm/templates/custom-metrics-apiservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1beta1.external.metrics.k8s.io
name: v1beta1.custom.metrics.k8s.io
spec:
service:
name: kube-metrics-adapter
namespace: {{ .Values.namespace }}
group: external.metrics.k8s.io
group: custom.metrics.k8s.io
version: v1beta1
insecureSkipTLSVerify: {{ .Values.tls.skipTLSVerify }}
groupPriorityMinimum: 100
Expand Down

0 comments on commit 6ac66d3

Please sign in to comment.