Skip to content

Commit

Permalink
Try replace instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Jun 27, 2024
1 parent 699a2ba commit c2bdf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/dns/unbound/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ spec:
name: unbound-dns
namespace: dns
patch: |
- op: add
- op: replace
path: /spec/loadBalancerClass
value: MetalLB
- op: add
- op: replace
path: /spec/loadBalancerIP
value: 192.168.1.4

0 comments on commit c2bdf7f

Please sign in to comment.