Skip to content

Commit

Permalink
fix: tilt local development 2
Browse files Browse the repository at this point in the history
1. KUBECHECKS_ARGOCD_REPOSITORY_ENDPOINT set
2. argocd-repo-server-network-policy updated to allow access to the argocd-repo-server from kubechecks pod.
  • Loading branch information
Greyeye committed Dec 31, 2024
1 parent a2a67b8 commit 9f86605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ spec:
- podSelector:
matchLabels:
app.kubernetes.io/name: argocd-notifications-controller
- podSelector:
matchLabels:
app.kubernetes.io/name: kubechecks
ports:
- protocol: TCP
port: 8081
Expand Down
1 change: 1 addition & 0 deletions localdev/kubechecks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ configMap:
env:
GRPC_ENFORCE_ALPN_ENABLED: false
KUBECHECKS_ADDITIONAL_APPS_NAMESPACES: "*"
KUBECHECKS_ARGOCD_REPOSITORY_ENDPOINT: argocd-repo-server.kubechecks:8081
KUBECHECKS_LOG_LEVEL: debug
KUBECHECKS_ENABLE_WEBHOOK_CONTROLLER: "false"
KUBECHECKS_ARGOCD_API_INSECURE: "true"
Expand Down

0 comments on commit 9f86605

Please sign in to comment.