Skip to content

Commit

Permalink
fix helm install error (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: wanjunlei <wanjunlei@kubesphere.io>
  • Loading branch information
wanjunlei authored Apr 18, 2022
1 parent 1461753 commit f22102b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ kubectl apply -f https://github.com/kubesphere/notification-manager/releases/dow
#### Install with helm

```shell
helm install notification-manager helm --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/notification-manager.tgz
helm install notification-manager --create-namespace -n kubesphere-monitoring-system https://github.com/kubesphere/notification-manager/releases/download/v2.0.0/notification-manager.tgz
```

### Configure NotificationManager
Expand Down
5 changes: 2 additions & 3 deletions helm/templates/notificationmanagers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ spec:
type: kubesphere
{{- end}}
template:
{ { - toYaml .Values.notificationmanager.template | nindent 4 } }
{{- toYaml .Values.notificationmanager.template | nindent 4 }}
groupLabels:
{ { - toYaml .Values.notificationmanager.groupLabels | nindent 4 } }

{{- toYaml .Values.notificationmanager.groupLabels | nindent 4 }}

0 comments on commit f22102b

Please sign in to comment.