-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ed4a63
commit 67188b6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ global: | |
memory: 64Mi | ||
updatePolicy: | ||
updateMode: "Auto" | ||
enableOverlayAsDefaultForCalico: true | ||
enableOverlayAsDefaultForCilium: true | ||
webhookConfig: | ||
caBundle: | | ||
-----BEGIN CERTIFICATE----- | ||
|
@@ -36,8 +38,6 @@ global: | |
-----END RSA PRIVATE KEY----- | ||
# Please make sure you are running `[email protected]` or later before setting this to true. | ||
useObjectSelector: false | ||
enableOverlayAsDefaultForCalico: true | ||
enableOverlayAsDefaultForCilium: true | ||
|
||
# Kubeconfig to the target cluster. In-cluster configuration will be used if not specified. | ||
kubeconfig: | ||
|