You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ Helmsman can be used in two ways:
65
65
66
66
1. In a continuous deployment pipeline. In this case Helmsman can be used in a docker container run by your CI system to maintain your desired state (which you can store in a version control repository). The docker image will be available soon.
67
67
68
-
[comment]: <>(```docker run -it praqma/helmsman ```)
68
+
[//]: #(docker run -it praqma/helmsman ```)
69
69
70
-
[comment]: <>(The docker image is built from a [dockerfile](dockerfile/dockerfile).)
70
+
[//]: # (The docker image is built from a [dockerfile](dockerfile/dockerfile).)
71
71
72
72
2. As a binary application. Helmsman dependes on [Helm](https://helm.sh) and [Kubectl](https://kubernetes.io/docs/user-guide/kubectl/) being installed. See below for installation.
0 commit comments