Skip to content

Commit

Permalink
Merge pull request #802 from cncf/set-k8sdata-gate
Browse files Browse the repository at this point in the history
add cluster ip back to auditlogger
  • Loading branch information
zachmandeville authored Sep 18, 2023
2 parents 666674e + f1ccf0f commit 5ee28d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/auditlogger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ securityContext:
service:
type: ClusterIP
port: 9900
# WE disable this for now as we work on vcluster
# clusterIP: 10.96.96.96
# "WE disable this for now as we work on vcluster"
# 2023-09-18: Adding this back so this can work on non-vcluster environments, like kind+knative+apisnoop
clusterIP: 10.96.96.96

resources:
{}
Expand Down

0 comments on commit 5ee28d5

Please sign in to comment.