We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a029c8a + 64171b0 commit c684493Copy full SHA for c684493
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Fixed
6
7
- Avoid panic on template with empty parameters([#238](https://github.com/opendevstack/tailor/pull/238))
8
+- Preserve svc cluster ips by default ([#242](https://github.com/opendevstack/tailor/pull/242))
9
10
## [1.3.1] - 2021-02-11
11
pkg/openshift/item.go
@@ -27,6 +27,7 @@ var (
27
"/metadata/uid",
28
"/secrets",
29
"/spec/clusterIP",
30
+ "/spec/clusterIPs",
31
"/spec/jobTemplate/metadata/creationTimestamp",
32
"/spec/jobTemplate/spec/template/metadata/creationTimestamp",
33
"/spec/selector/matchLabels/controller-uid",
0 commit comments