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
odo dev/deploy should display a warning about default namespace on cluster (#6688)
* odo dev/deploy should display a warning about default namespace on cluster
Signed-off-by: Parthvi Vala <[email protected]>
* Move warning to after odo title
Signed-off-by: Parthvi Vala <[email protected]>
* Add integration test for odo dev/deploy when not connected to a cluster or podman
Signed-off-by: Parthvi Vala <[email protected]>
Co-authored-by: Armel Soro <[email protected]>
Signed-off-by: Parthvi Vala <[email protected]>
* Fix podman test failure-s
* Add a new line before warning, and use corev1.NamespaceDefault instead of default
Signed-off-by: Parthvi Vala <[email protected]>
---------
Signed-off-by: Parthvi Vala <[email protected]>
Co-authored-by: Armel Soro <[email protected]>
// check for .gitignore file and add odo-file-index.json to .gitignore.
162
164
// In case the .gitignore was created by odo, it is purposely not reported as candidate for deletion (via a call to files.ReportLocalFileGeneratedByOdo)
163
165
// because a .gitignore file is more likely to be modified by the user afterward (for another usage).
Expect(string(errContents)).To(ContainSubstring(fmt.Sprintf("You are using \"default\" %[1]s, odo may not work as expected in the default %[1]s.", namespace)))
93
+
})
94
+
Expect(err).ToNot(HaveOccurred())
95
+
})
96
+
})
97
+
71
98
It("should add annotation to use ImageStreams", func() {
0 commit comments