Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from clastix/issue/14
Browse files Browse the repository at this point in the history
change Daemon set name in notes
  • Loading branch information
alegrey91 authored Aug 30, 2021
2 parents 4f0662d + 1aa1703 commit 23f441a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubelived/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.2.1
appVersion: 0.3.0
2 changes: 1 addition & 1 deletion charts/kubelived/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Kubelived Helm Chart deployed:

# Check the installer logs
$ kubectl logs -f ds/{{ template "kubelived.fullname" . }}-installer -n {{ .Release.Namespace }}
$ kubectl logs -f ds/keepalived-installer -n {{ .Release.Namespace }}

# Check the keepalived logs
$ kubectl logs -f kube-keepalived-<master> -n {{ .Release.Namespace }}
Expand Down

0 comments on commit 23f441a

Please sign in to comment.