Skip to content

Commit

Permalink
updating helm command to install gatekeeper in pubsub doc
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Oct 24, 2023
1 parent c841490 commit 981d7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Dapr: https://dapr.io/
```shell
# auditPodAnnotations is used to add annotations required by Dapr to inject sidecar to audit pod
echo 'auditPodAnnotations: {dapr.io/enabled: "true", dapr.io/app-id: "audit", dapr.io/metrics-port: "9999", dapr.io/sidecar-seccomp-profile-type: "RuntimeDefault"}' > /tmp/annotations.yaml
helm upgrade --install gatekeeper/gatekeeper --name-template=gatekeeper --namespace gatekeeper-system \
helm upgrade --install gatekeeper/gatekeeper --namespace gatekeeper-system \
--set audit.enablePubsub=true \
--set audit.connection=audit-connection \
--set audit.channel=audit-channel \
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v3.13.x/pubsub.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Dapr: https://dapr.io/
```shell
# auditPodAnnotations is used to add annotations required by Dapr to inject sidecar to audit pod
echo 'auditPodAnnotations: {dapr.io/enabled: "true", dapr.io/app-id: "audit", dapr.io/metrics-port: "9999", dapr.io/sidecar-seccomp-profile-type: "RuntimeDefault"}' > /tmp/annotations.yaml
helm upgrade --install gatekeeper/gatekeeper --name-template=gatekeeper --namespace gatekeeper-system \
helm upgrade --install gatekeeper/gatekeeper --namespace gatekeeper-system \
--set audit.enablePubsub=true \
--set audit.connection=audit-connection \
--set audit.channel=audit-channel \
Expand Down

0 comments on commit 981d7ce

Please sign in to comment.