Skip to content

Commit

Permalink
Change installer namespace to kubedb (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Nov 10, 2021
1 parent 64e9582 commit ddd3e9f
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 43 deletions.
10 changes: 5 additions & 5 deletions charts/kubedb-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion charts/kubedb-autoscaler/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.12+
release:
name: kubedb-autoscaler
namespace: kube-system
namespace: kubedb
2 changes: 1 addition & 1 deletion charts/kubedb-autoscaler/templates/apiregistration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion charts/kubedb-catalog/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.14+
release:
name: kubedb-catalog
namespace: kube-system
namespace: kubedb
10 changes: 5 additions & 5 deletions charts/kubedb-community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion charts/kubedb-community/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.14+
release:
name: kubedb-community
namespace: kube-system
namespace: kubedb
2 changes: 1 addition & 1 deletion charts/kubedb-community/templates/apiregistration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: generic-garbage-collector
namespace: kube-system
namespace: kubedb
6 changes: 3 additions & 3 deletions charts/kubedb-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-crds/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.16+
release:
name: kubedb-crds
namespace: kube-system
namespace: kubedb
10 changes: 5 additions & 5 deletions charts/kubedb-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion charts/kubedb-enterprise/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.14+
release:
name: kubedb-enterprise
namespace: kube-system
namespace: kubedb
2 changes: 1 addition & 1 deletion charts/kubedb-enterprise/templates/apiregistration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: generic-garbage-collector
namespace: kube-system
namespace: kubedb
6 changes: 3 additions & 3 deletions charts/kubedb-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-metrics/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.16+
release:
name: kubedb-metrics
namespace: kube-system
namespace: kubedb
10 changes: 5 additions & 5 deletions charts/kubedb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion charts/kubedb/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ prerequisites:
- Kubernetes 1.16+
release:
name: kubedb
namespace: kube-system
namespace: kubedb

0 comments on commit ddd3e9f

Please sign in to comment.