File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
kubernetes/apps/base/istio-system Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 41
41
driftDetection :
42
42
mode : warn
43
43
maxHistory : 3
44
+ postRenderers :
45
+ - kustomize :
46
+ patches :
47
+ - target :
48
+ version : v1
49
+ kind : ValidatingWebhookConfiguration
50
+ name : istiod-default-validator
51
+ patch : |
52
+ - op: add
53
+ path: /metadata/annotations/helm.toolkit.fluxcd.io~1driftDetection
54
+ value: disabled
Original file line number Diff line number Diff line change 76
76
" x-auth-request-access-token" ,
77
77
]
78
78
headersToDownstreamOnDeny : ["content-type", "set-cookie"]
79
+ postRenderers :
80
+ - kustomize :
81
+ patches :
82
+ - target :
83
+ version : v1
84
+ kind : ValidatingWebhookConfiguration
85
+ name : istio-validator-istio-system
86
+ patch : |
87
+ - op: add
88
+ path: /metadata/annotations/helm.toolkit.fluxcd.io~1driftDetection
89
+ value: disabled
You can’t perform that action at this time.
0 commit comments