From 55245bd08f847102eaa09514e78ddcde109216bd Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 10 Jan 2024 10:50:30 +0800 Subject: [PATCH] playbook/init_k3s_cluster_std: set ingress -> nginx --- playbook/init_k3s_cluster_std | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook/init_k3s_cluster_std b/playbook/init_k3s_cluster_std index 545d52f5..d35e457b 100644 --- a/playbook/init_k3s_cluster_std +++ b/playbook/init_k3s_cluster_std @@ -21,7 +21,7 @@ name: k3s-addon vars: group: master - ingress: apisix + ingress: nginx vault: true gitops: enable auto_issuance: false