We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666674e + f1ccf0f commit 5ee28d5Copy full SHA for 5ee28d5
charts/auditlogger/values.yaml
@@ -49,8 +49,9 @@ securityContext:
49
service:
50
type: ClusterIP
51
port: 9900
52
- # WE disable this for now as we work on vcluster
53
- # 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
54
+ clusterIP: 10.96.96.96
55
56
resources:
57
{}
0 commit comments