-
Notifications
You must be signed in to change notification settings - Fork 3
Use Toggle Task for deployment of cassandra exporter, bump to Kubernetes 1.16 #140
Conversation
Signed-off-by: Andreas Neumann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update at least these two lines in docs to match the toggle task semantics for the parameter value. There might be more in that doc which assume the previous semantics.
It might make sense to coordinate with #131 as well
Waiting for merge and release of kudobuilder/kudo#1552 before we can merge this |
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -17,5 +16,4 @@ spec: | |||
selector: | |||
matchLabels: | |||
kudo.dev/instance: {{ .Name }} | |||
kudo.dev/servicemonitor: "true" | |||
{{ end }} | |||
kudo.dev/servicemonitor: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please keep the trailing newline? It's visual noise when it's getting added and removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the change here was the removal of {{ end }}
in the last line, not the trailing new line, but i've added it nonetheless back in.
Signed-off-by: Andreas Neumann <[email protected]>
Signed-off-by: Andreas Neumann [email protected]