Skip to content

Commit

Permalink
Update the exclude namespaces with helm variable (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Jan 21, 2024
1 parent cf88376 commit 90746f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- name: ROVER_ACCESS_LOG_ACTIVE
value: "true"
- name: ROVER_ACCESS_LOG_EXCLUDE_NAMESPACES
value: gmp-system,kube-system,skywalking-showcase
value: gmp-system,kube-system,{{.Release.Namespace}}
- name: ROVER_ACCESS_LOG_EXCLUDE_CLUSTER
value: mesh-svr
hostPID: true
Expand Down

0 comments on commit 90746f6

Please sign in to comment.