Skip to content

Commit

Permalink
Merge pull request carvel-dev#94 from aashah/master
Browse files Browse the repository at this point in the history
Update default deploy-config for ConfigMap in Job
  • Loading branch information
cppforlife authored Mar 30, 2020
2 parents 1ef797e + 906fed4 commit 032d38e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/kapp/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ ownershipLabelRules:
- apiVersionKindMatcher: {apiVersion: apps/v1beta2, kind: DaemonSet}
- apiVersionKindMatcher: {apiVersion: apps/v1beta1, kind: DaemonSet}
- apiVersionKindMatcher: {apiVersion: extensions/v1beta1, kind: DaemonSet}
# Job
- apiVersionKindMatcher: {apiVersion: batch/v1, kind: Job}
# TODO It seems that these labels are being ignored
# https://github.com/kubernetes/kubernetes/issues/74916
Expand Down

0 comments on commit 032d38e

Please sign in to comment.