Skip to content

Commit

Permalink
gha: replace remaining references to deprecated KPR settings
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Iorio <[email protected]>
  • Loading branch information
giorio94 committed Mar 5, 2024
1 parent f951240 commit 15f6ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cilium install \
--set cluster.name="${CLUSTER_NAME}" \
--set bpf.monitorAggregation=none \
--datapath-mode=tunnel \
--set kubeProxyReplacement=strict \
--set kubeProxyReplacement=true \
--set loadBalancer.l7.backend=envoy \
--set tls.secretsBackend=k8s \
--set ipv4NativeRoutingCIDR="${CLUSTER_CIDR}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
--nodes-without-cilium="${NODES_WITHOUT_CILIUM}" \
--set encryption.enabled=true \
--set encryption.type=ipsec \
--set kubeProxyReplacement=disabled
--set kubeProxyReplacement=false
- name: Enable Relay
run: |
Expand Down

0 comments on commit 15f6ebb

Please sign in to comment.