Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
update apiregistration yaml to v1.7 final (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHBauer authored and arschles committed Jul 7, 2017
1 parent 91fa1ad commit 34ed5cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/catalog/templates/apiregistration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ spec:
namespace: {{ .Release.Namespace }}
name: {{ template "fullname" . }}-apiserver
caBundle: {{ .Values.apiserver.tls.ca }}
{{ if .Capabilities.APIVersions.Has "apiregistration.k8s.io/v1alpha1" -}}
priority: 100
{{ else if .Capabilities.APIVersions.Has "apiregistration.k8s.io/v1beta1" -}}
groupPriorityMinimum: 10000
versionPriority: 20
{{- end }}
{{ end }}

0 comments on commit 34ed5cd

Please sign in to comment.