mirror of
https://github.com/nold360/hive-apps
synced 2025-01-18 12:16:24 +00:00
fix(metallb): ignore diff in caCertificate for bgppeers
This commit is contained in:
parent
510954af7a
commit
c7f3fa1a14
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ apps:
|
|||
name: addresspools.metallb.io
|
||||
jsonPointers:
|
||||
- /spec/conversion/webhook/clientConfig/caBundle
|
||||
- group: "*"
|
||||
kind: CustomResourceDefinition
|
||||
name: bgppeers.metallb.io
|
||||
jsonPointers:
|
||||
- /spec/conversion/webhook/clientConfig/caBundle
|
||||
- group: "*"
|
||||
kind: Secret
|
||||
name: metallb-memberlist
|
||||
|
|
Loading…
Reference in a new issue