Commit 84a50a19 by Guangbo Chen

init system library repo

parents
.DS_Store
system-library
============
Rancher 2.0 system library charts.
## License
Copyright (c) 2018 [Rancher Labs, Inc.](http://rancher.com)
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](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.
# Ignore everything in this directory
*
# Except this file
!.gitignore
# The name of the Git remote to check against for changed charts
REMOTE=system-library
# The name of the Git target branch
TARGET_BRANCH=master
# Chart directories separated by a space
CHART_DIRS=(
charts
)
# Charts that should be skipped
EXCLUDED_CHARTS=(
)
# Additional chart repos to add (<name>=<url>), separated by a space
CHART_REPOS=(
)
# Timeout for chart installation in seconds
TIMEOUT=600
# Maintainer names in Chart.yaml are validated to be existing Github accounts, default to true
VALIDATE_MAINTAINERS=true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment