File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ entries :
2
+ - description : >
3
+ Improved `ansible-operator` and `helm-operator` help text
4
+ kind: change
5
+ breaking: false
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ import (
26
26
27
27
func main () {
28
28
root := cobra.Command {
29
+ Short : "Reconcile an Ansible operator project using ansible-runner" ,
30
+ Long : `This binary runs an Ansible operator that reconciles Kubernetes resources
31
+ managed by the ansible-runner program. It can be run either directly or from an Ansible
32
+ operator project's image entrypoint
33
+ ` ,
29
34
Use : "ansible-operator" ,
30
35
}
31
36
Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ import (
26
26
27
27
func main () {
28
28
root := cobra.Command {
29
+ Short : "Reconcile an Helm operator project using helm" ,
30
+ Long : `This binary runs a Helm operator that reconciles Kubernetes resources
31
+ managed by the helm program. It can be run either directly or from a Helm operator
32
+ project's image entrypoint
33
+ ` ,
29
34
Use : "helm-operator" ,
30
35
}
31
36
You can’t perform that action at this time.
0 commit comments