Skip to content

Commit 5ee28d5

Browse files
Merge pull request #802 from cncf/set-k8sdata-gate
add cluster ip back to auditlogger
2 parents 666674e + f1ccf0f commit 5ee28d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

charts/auditlogger/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ securityContext:
4949
service:
5050
type: ClusterIP
5151
port: 9900
52-
# WE disable this for now as we work on vcluster
53-
# clusterIP: 10.96.96.96
52+
# "WE disable this for now as we work on vcluster"
53+
# 2023-09-18: Adding this back so this can work on non-vcluster environments, like kind+knative+apisnoop
54+
clusterIP: 10.96.96.96
5455

5556
resources:
5657
{}

0 commit comments

Comments
 (0)