Skip to content

Commit

Permalink
Update apiversion for apiService manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
OlamideOl1 committed Oct 25, 2023
1 parent 793b56c commit 5bd9d85
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{{- if .Capabilities.APIVersions.Has "apiregistration.k8s.io/v1" }}
apiVersion: apiregistration.k8s.io/v1
{{- else }}
apiVersion: apiregistration.k8s.io/v1beta1
apiVersion: apiregistration.k8s.io/v1
{{- end }}
kind: APIService
metadata:
name: v1beta1.external.metrics.k8s.io
name: v1alpha1.external.metrics.k8s.io
spec:
service:
name: {{ include "k8s-cloudwatch-adapter.fullname" . }}
namespace: "{{ .Release.Namespace }}"
group: external.metrics.k8s.io
version: v1beta1
version: v1alpha1
insecureSkipTLSVerify: true
groupPriorityMinimum: 100
versionPriority: 100
Expand Down

0 comments on commit 5bd9d85

Please sign in to comment.