File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,10 +60,12 @@ Example values file:
6060 - key: \" example\"
6161 operator: \" Exists\"
6262 effect: \" NoSchedule\"
63- replicas: 2
63+ podAnnotations:
64+ example.com/team: \" data-engineering\"
6465 zookeeper-operator:
6566 tolerations: *default-tolerations
66- replicas: 3
67+ podAnnotations:
68+ example.com/team: \" platform\"
6769
6870Use \" stackablectl [OPTIONS] <COMMAND> -f path/to/values.yaml\" to provide a
6971values file."
Original file line number Diff line number Diff line change @@ -67,10 +67,12 @@ pub fn use_colored_output(use_color: bool) -> bool {
6767/// - key: "example"
6868/// operator: "Exists"
6969/// effect: "NoSchedule"
70- /// replicas: 2
70+ /// podAnnotations:
71+ /// example.com/team: "data-engineering"
7172/// zookeeper-operator:
7273/// tolerations: *default-tolerations
73- /// replicas: 3
74+ /// podAnnotations:
75+ /// example.com/team: "platform"
7476/// ```
7577pub async fn load_operator_values (
7678 values_file : Option < & PathOrUrl > ,
You can’t perform that action at this time.
0 commit comments