Skip to content

Commit 3cbc30b

Browse files
authored
Merge pull request #139 from ananace/convergence-fix
Fix a convergence issue
2 parents 2cebca8 + 82eaa41 commit 3cbc30b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/server/resources/kube_proxy.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
{
210210
mountPath => '/run/xtables.lock',
211211
name => 'iptables-lock',
212-
readOnly => false,
212+
readOnly => undef,
213213
},
214214
{
215215
mountPath => '/lib/modules',

spec/fixtures/files/resources/kube-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
readOnly: true
4242
- mountPath: "/run/xtables.lock"
4343
name: iptables-lock
44-
readOnly: false
44+
readOnly: null
4545
- mountPath: "/lib/modules"
4646
name: lib-modules
4747
readOnly: true

0 commit comments

Comments
 (0)