Merge pull request #5 from bitnami/use-shorthand-types

charts: use shorthand names for controllers and services
This commit is contained in:
Sameer Naik
2016-03-17 00:02:32 +05:30
4 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#helm:generate helm tpl -d tpl/values.toml -o manifests/mariadb-controller.yaml $HELM_GENERATE_FILE
#helm:generate helm tpl -d tpl/values.toml -o manifests/mariadb-rc.yaml $HELM_GENERATE_FILE
apiVersion: v1
kind: ReplicationController
metadata:

View File

@@ -1,4 +1,4 @@
#helm:generate helm tpl -d tpl/values.toml -o manifests/redmine-controller.yaml $HELM_GENERATE_FILE
#helm:generate helm tpl -d tpl/values.toml -o manifests/redmine-rc.yaml $HELM_GENERATE_FILE
apiVersion: v1
kind: ReplicationController
metadata: