Skip to content

Commit

Permalink
fix: tilt local development
Browse files Browse the repository at this point in the history
1. specify the argocd namespace to kubechecks.
2. set GRPC_ENFORCE_ALPN_ENABLED to false as tilt-argocd server does not have a valid cert
  • Loading branch information
Greyeye committed Dec 19, 2024
1 parent 1867877 commit 899b564
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions localdev/kubechecks/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
configMap:
create: true
env:
GRPC_ENFORCE_ALPN_ENABLED: false
KUBECHECKS_ADDITIONAL_APPS_NAMESPACES: "*"
KUBECHECKS_LOG_LEVEL: debug
KUBECHECKS_ENABLE_WEBHOOK_CONTROLLER: "false"
KUBECHECKS_ARGOCD_API_INSECURE: "true"
Expand Down Expand Up @@ -40,3 +42,6 @@ secrets:

reloader:
enabled: true

argocd:
namespace: kubechecks

0 comments on commit 899b564

Please sign in to comment.