In this PR, I implemented followings:
target
variable support which adds target
variable on comment title.
- no changes output which display
no changes
explicitly.
If you run ksnotify --target sample
then we get following output:
Plan result (sample)
CI link
- updated
- apps.v1.Deployment.test.test-app
Details (Click me)
apps.v1.Deployment.jasmine.test-app
@@ -5,7 +5,6 @@
deployment.kubernetes.io/revision: "3"
+ labels:
+ app: test-app
name: test-app
namespace: test
spec:
@@ -27,7 +26,6 @@
creationTimestamp: null
labels:
app: test-app
- skaffold.dev/run-id: 1234
spec:
containers:
- args:
If you run ksnotify without any change in k8s configuration then we get following output:
Plan result (sample)
CI link
No changes. Kubernetes configurations are up-to-date.