mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
Merge pull request #5 from bitnami/use-shorthand-types
charts: use shorthand names for controllers and services
This commit is contained in:
@@ -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:
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user