Skip to content

Commit

Permalink
rebase spec.healthCheckNodePort for Services
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed May 6, 2020
1 parent 66495a3 commit 8a842f0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkg/kapp/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ rebaseRules:
- path: [spec, clusterIP]
type: copy
sources: [new, existing]
resourceMatchers:
- apiVersionKindMatcher:
apiVersion: v1
kind: Service
resourceMatchers: &serviceMatchers
- apiVersionKindMatcher: {apiVersion: v1, kind: Service}
- path: [spec, healthCheckNodePort]
type: copy
sources: [new, existing]
resourceMatchers: *serviceMatchers
# Prefer user provided, but allow cluster set
- path: [spec, finalizers]
Expand Down

0 comments on commit 8a842f0

Please sign in to comment.