diff --git a/charts/kubedb-autoscaler/README.md b/charts/kubedb-autoscaler/README.md index 41ad1cad6..0b2b88a7f 100644 --- a/charts/kubedb-autoscaler/README.md +++ b/charts/kubedb-autoscaler/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kube-system +$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys a KubeDB Autoscaler operator on a [Kubernetes](http://kuberne To install the chart with the release name `kubedb-autoscaler`: ```console -$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kube-system +$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb ``` The command deploys a KubeDB Autoscaler operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys a KubeDB Autoscaler operator on the Kubernetes cluster in th To uninstall/delete the `kubedb-autoscaler`: ```console -$ helm delete kubedb-autoscaler -n kube-system +$ helm delete kubedb-autoscaler -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. @@ -100,12 +100,12 @@ The following table lists the configurable parameters of the `kubedb-autoscaler` Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kube-system --set replicaCount=1 +$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kube-system --values values.yaml +$ helm install kubedb-autoscaler appscode/kubedb-autoscaler -n kubedb --values values.yaml ``` diff --git a/charts/kubedb-autoscaler/doc.yaml b/charts/kubedb-autoscaler/doc.yaml index 119334dea..ee08f8375 100644 --- a/charts/kubedb-autoscaler/doc.yaml +++ b/charts/kubedb-autoscaler/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.12+ release: name: kubedb-autoscaler - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-autoscaler/templates/apiregistration.yaml b/charts/kubedb-autoscaler/templates/apiregistration.yaml index cd4d97a24..980cfc322 100644 --- a/charts/kubedb-autoscaler/templates/apiregistration.yaml +++ b/charts/kubedb-autoscaler/templates/apiregistration.yaml @@ -51,7 +51,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "kubedb-autoscaler.fullname" . }}-apiserver-extension-server-authentication-reader - namespace: kube-system + namespace: kubedb labels: {{- include "kubedb-autoscaler.labels" . | nindent 4 }} roleRef: diff --git a/charts/kubedb-catalog/README.md b/charts/kubedb-catalog/README.md index 9cdf9bc93..3d22c369d 100644 --- a/charts/kubedb-catalog/README.md +++ b/charts/kubedb-catalog/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-catalog appscode/kubedb-catalog -n kube-system +$ helm install kubedb-catalog appscode/kubedb-catalog -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys KubeDB catalog on a [Kubernetes](http://kubernetes.io) cluste To install the chart with the release name `kubedb-catalog`: ```console -$ helm install kubedb-catalog appscode/kubedb-catalog -n kube-system +$ helm install kubedb-catalog appscode/kubedb-catalog -n kubedb ``` The command deploys KubeDB catalog on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys KubeDB catalog on the Kubernetes cluster in the default conf To uninstall/delete the `kubedb-catalog`: ```console -$ helm delete kubedb-catalog -n kube-system +$ helm delete kubedb-catalog -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. @@ -68,12 +68,12 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install kubedb-catalog appscode/kubedb-catalog -n kube-system --set image.registry=kubedb +$ helm install kubedb-catalog appscode/kubedb-catalog -n kubedb --set image.registry=kubedb ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install kubedb-catalog appscode/kubedb-catalog -n kube-system --values values.yaml +$ helm install kubedb-catalog appscode/kubedb-catalog -n kubedb --values values.yaml ``` diff --git a/charts/kubedb-catalog/doc.yaml b/charts/kubedb-catalog/doc.yaml index 996feab48..cf9d40077 100644 --- a/charts/kubedb-catalog/doc.yaml +++ b/charts/kubedb-catalog/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.14+ release: name: kubedb-catalog - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-community/README.md b/charts/kubedb-community/README.md index ddcf2e671..564389a05 100644 --- a/charts/kubedb-community/README.md +++ b/charts/kubedb-community/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-community appscode/kubedb-community -n kube-system +$ helm install kubedb-community appscode/kubedb-community -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys a KubeDB Community operator on a [Kubernetes](http://kubernet To install the chart with the release name `kubedb-community`: ```console -$ helm install kubedb-community appscode/kubedb-community -n kube-system +$ helm install kubedb-community appscode/kubedb-community -n kubedb ``` The command deploys a KubeDB Community operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys a KubeDB Community operator on the Kubernetes cluster in the To uninstall/delete the `kubedb-community`: ```console -$ helm delete kubedb-community -n kube-system +$ helm delete kubedb-community -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. @@ -97,12 +97,12 @@ The following table lists the configurable parameters of the `kubedb-community` Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install kubedb-community appscode/kubedb-community -n kube-system --set replicaCount=1 +$ helm install kubedb-community appscode/kubedb-community -n kubedb --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install kubedb-community appscode/kubedb-community -n kube-system --values values.yaml +$ helm install kubedb-community appscode/kubedb-community -n kubedb --values values.yaml ``` diff --git a/charts/kubedb-community/doc.yaml b/charts/kubedb-community/doc.yaml index bc3373730..364e7f3d1 100644 --- a/charts/kubedb-community/doc.yaml +++ b/charts/kubedb-community/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.14+ release: name: kubedb-community - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-community/templates/apiregistration.yaml b/charts/kubedb-community/templates/apiregistration.yaml index 99ea636b5..660386423 100644 --- a/charts/kubedb-community/templates/apiregistration.yaml +++ b/charts/kubedb-community/templates/apiregistration.yaml @@ -68,7 +68,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "kubedb-community.fullname" . }}-apiserver-extension-server-authentication-reader - namespace: kube-system + namespace: kubedb labels: {{- include "kubedb-community.labels" . | nindent 4 }} roleRef: diff --git a/charts/kubedb-community/templates/garbage-collector-rbac.yaml b/charts/kubedb-community/templates/garbage-collector-rbac.yaml index c95c3ddda..eb0575b77 100644 --- a/charts/kubedb-community/templates/garbage-collector-rbac.yaml +++ b/charts/kubedb-community/templates/garbage-collector-rbac.yaml @@ -26,4 +26,4 @@ roleRef: subjects: - kind: ServiceAccount name: generic-garbage-collector - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-crds/README.md b/charts/kubedb-crds/README.md index 90d26de9b..e9ec21d67 100644 --- a/charts/kubedb-crds/README.md +++ b/charts/kubedb-crds/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-crds appscode/kubedb-crds -n kube-system +$ helm install kubedb-crds appscode/kubedb-crds -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys KubeDB crds on a [Kubernetes](http://kubernetes.io) cluster u To install the chart with the release name `kubedb-crds`: ```console -$ helm install kubedb-crds appscode/kubedb-crds -n kube-system +$ helm install kubedb-crds appscode/kubedb-crds -n kubedb ``` The command deploys KubeDB crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys KubeDB crds on the Kubernetes cluster in the default configu To uninstall/delete the `kubedb-crds`: ```console -$ helm delete kubedb-crds -n kube-system +$ helm delete kubedb-crds -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. diff --git a/charts/kubedb-crds/doc.yaml b/charts/kubedb-crds/doc.yaml index 341666bf0..9332c9ea3 100644 --- a/charts/kubedb-crds/doc.yaml +++ b/charts/kubedb-crds/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.16+ release: name: kubedb-crds - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-enterprise/README.md b/charts/kubedb-enterprise/README.md index c2fa34f4d..d0ce2d3a9 100644 --- a/charts/kubedb-enterprise/README.md +++ b/charts/kubedb-enterprise/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kube-system +$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys a KubeDB Enterprise operator on a [Kubernetes](http://kuberne To install the chart with the release name `kubedb-enterprise`: ```console -$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kube-system +$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kubedb ``` The command deploys a KubeDB Enterprise operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys a KubeDB Enterprise operator on the Kubernetes cluster in th To uninstall/delete the `kubedb-enterprise`: ```console -$ helm delete kubedb-enterprise -n kube-system +$ helm delete kubedb-enterprise -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. @@ -96,12 +96,12 @@ The following table lists the configurable parameters of the `kubedb-enterprise` Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kube-system --set replicaCount=1 +$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kubedb --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kube-system --values values.yaml +$ helm install kubedb-enterprise appscode/kubedb-enterprise -n kubedb --values values.yaml ``` diff --git a/charts/kubedb-enterprise/doc.yaml b/charts/kubedb-enterprise/doc.yaml index bae98eef4..d534a51a0 100644 --- a/charts/kubedb-enterprise/doc.yaml +++ b/charts/kubedb-enterprise/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.14+ release: name: kubedb-enterprise - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-enterprise/templates/apiregistration.yaml b/charts/kubedb-enterprise/templates/apiregistration.yaml index 482a9d8f1..8a7e145ce 100644 --- a/charts/kubedb-enterprise/templates/apiregistration.yaml +++ b/charts/kubedb-enterprise/templates/apiregistration.yaml @@ -68,7 +68,7 @@ apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: {{ include "kubedb-enterprise.fullname" . }}-apiserver-extension-server-authentication-reader - namespace: kube-system + namespace: kubedb labels: {{- include "kubedb-enterprise.labels" . | nindent 4 }} roleRef: diff --git a/charts/kubedb-enterprise/templates/gerbage-collector-rbac.yaml b/charts/kubedb-enterprise/templates/gerbage-collector-rbac.yaml index c95c3ddda..eb0575b77 100644 --- a/charts/kubedb-enterprise/templates/gerbage-collector-rbac.yaml +++ b/charts/kubedb-enterprise/templates/gerbage-collector-rbac.yaml @@ -26,4 +26,4 @@ roleRef: subjects: - kind: ServiceAccount name: generic-garbage-collector - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb-metrics/README.md b/charts/kubedb-metrics/README.md index 24ee5e561..e54eba7d0 100644 --- a/charts/kubedb-metrics/README.md +++ b/charts/kubedb-metrics/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb-metrics appscode/kubedb-metrics -n kube-system +$ helm install kubedb-metrics appscode/kubedb-metrics -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys KubeDB metrics configurations on a [Kubernetes](http://kubern To install the chart with the release name `kubedb-metrics`: ```console -$ helm install kubedb-metrics appscode/kubedb-metrics -n kube-system +$ helm install kubedb-metrics appscode/kubedb-metrics -n kubedb ``` The command deploys KubeDB metrics configurations on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys KubeDB metrics configurations on the Kubernetes cluster in t To uninstall/delete the `kubedb-metrics`: ```console -$ helm delete kubedb-metrics -n kube-system +$ helm delete kubedb-metrics -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. diff --git a/charts/kubedb-metrics/doc.yaml b/charts/kubedb-metrics/doc.yaml index d3dfc6e75..22068c1a1 100644 --- a/charts/kubedb-metrics/doc.yaml +++ b/charts/kubedb-metrics/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.16+ release: name: kubedb-metrics - namespace: kube-system + namespace: kubedb diff --git a/charts/kubedb/README.md b/charts/kubedb/README.md index a658afeb2..b9f4547b9 100644 --- a/charts/kubedb/README.md +++ b/charts/kubedb/README.md @@ -7,7 +7,7 @@ ```console $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm install kubedb appscode/kubedb -n kube-system +$ helm install kubedb appscode/kubedb -n kubedb ``` ## Introduction @@ -23,7 +23,7 @@ This chart deploys a KubeDB operator on a [Kubernetes](http://kubernetes.io) clu To install the chart with the release name `kubedb`: ```console -$ helm install kubedb appscode/kubedb -n kube-system +$ helm install kubedb appscode/kubedb -n kubedb ``` The command deploys a KubeDB operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -35,7 +35,7 @@ The command deploys a KubeDB operator on the Kubernetes cluster in the default c To uninstall/delete the `kubedb`: ```console -$ helm delete kubedb -n kube-system +$ helm delete kubedb -n kubedb ``` The command removes all the Kubernetes components associated with the chart and deletes the release. @@ -64,12 +64,12 @@ The following table lists the configurable parameters of the `kubedb` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install kubedb appscode/kubedb -n kube-system --set global.registry=kubedb +$ helm install kubedb appscode/kubedb -n kubedb --set global.registry=kubedb ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install kubedb appscode/kubedb -n kube-system --values values.yaml +$ helm install kubedb appscode/kubedb -n kubedb --values values.yaml ``` diff --git a/charts/kubedb/doc.yaml b/charts/kubedb/doc.yaml index 601e81ca2..c08770453 100644 --- a/charts/kubedb/doc.yaml +++ b/charts/kubedb/doc.yaml @@ -15,4 +15,4 @@ prerequisites: - Kubernetes 1.16+ release: name: kubedb - namespace: kube-system + namespace: kubedb