Skip to content

Commit c684493

Browse files
author
Michael Sauter
authored
Merge pull request #242 from opendevstack/feature/preserve-svc-ips
Preserve svc cluster ips by default
2 parents a029c8a + 64171b0 commit c684493

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Fixed
66

77
- 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))
89

910
## [1.3.1] - 2021-02-11
1011

pkg/openshift/item.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var (
2727
"/metadata/uid",
2828
"/secrets",
2929
"/spec/clusterIP",
30+
"/spec/clusterIPs",
3031
"/spec/jobTemplate/metadata/creationTimestamp",
3132
"/spec/jobTemplate/spec/template/metadata/creationTimestamp",
3233
"/spec/selector/matchLabels/controller-uid",

0 commit comments

Comments
 (0)