eacecb7918
The apiserver-webhook chart specifies an invalid apiVersion: vn. This change corrects the apiVersion to v1. It is not clear what (if anything) currently validates the apiVersion, but this will likely become more relevant with Helm 3. Change-Id: I0868f1da2e5610d2ca7212a414841205392e5f1f
19 lines
738 B
YAML
19 lines
738 B
YAML
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
apiVersion: v1
|
|
description: A chart for Kubernetes keystone webhook API server
|
|
name: apiserver-webhook
|
|
version: 0.1.0
|