-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch changes the kustomize.sh logic, due to an evolution in the kustomize CLI [0] where envvars will not be loaded automatically anymore. Also this adapats simplifies the logic using a single overridden configmap [0] kubernetes-sigs/kustomize#4730 Signed-off-by: Nathan Skrzypczak <[email protected]>
- Loading branch information
Showing
10 changed files
with
105 additions
and
171 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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
metadata: | ||
name: calico-vpp-config | ||
namespace: calico-vpp-dataplane | ||
data: | ||
CALICOVPP_LOG_LEVEL: ${CALICOVPP_LOG_LEVEL} | ||
SERVICE_PREFIX: ${SERVICE_PREFIX} | ||
CALICOVPP_IPSEC_IKEV2_PSK: ${CALICOVPP_IPSEC_IKEV2_PSK} | ||
CALICOVPP_INTERFACE: ${CALICOVPP_INTERFACE} | ||
CALICOVPP_NATIVE_DRIVER: ${CALICOVPP_NATIVE_DRIVER} | ||
CALICOVPP_SWAP_DRIVER: ${CALICOVPP_SWAP_DRIVER} | ||
CALICOVPP_INIT_SCRIPT_TEMPLATE: ${CALICOVPP_INIT_SCRIPT_TEMPLATE} | ||
CALICOVPP_CONFIG_TEMPLATE: ${CALICOVPP_CONFIG_TEMPLATE} | ||
CALICOVPP_CONFIG_EXEC_TEMPLATE: ${CALICOVPP_CONFIG_EXEC_TEMPLATE} | ||
DEBUG: ${DEBUG} | ||
CALICOVPP_INITIAL_CONFIG: ${CALICOVPP_INITIAL_CONFIG} | ||
CALICOVPP_DEBUG: ${CALICOVPP_DEBUG} | ||
CALICOVPP_INTERFACES: ${CALICOVPP_INTERFACES} | ||
CALICOVPP_FEATURE_GATES: ${CALICOVPP_FEATURE_GATES} | ||
CALICOVPP_IPSEC: ${CALICOVPP_IPSEC} | ||
CALICOVPP_SRV6: ${CALICOVPP_SRV6} | ||
CALICOVPP_LOG_FORMAT: pretty |
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
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
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
10 changes: 0 additions & 10 deletions
10
yaml/overlays/dev/props/calico-agent-dev-config.properties
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.