Skip to content

Commit

Permalink
Merge pull request confidential-containers#452 from ChengyuZhu6/fix-b…
Browse files Browse the repository at this point in the history
…usybox

kbs: Fix rate limit error with busybox
  • Loading branch information
mkulke authored Jul 31, 2024
2 parents 4244746 + 97efe5f commit 9ccd607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/config/kubernetes/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- sh
- -c
- cp -r /config/$(dirname $(readlink /config/policy.rego))/* /opa/confidential-containers/kbs/
image: busybox
image: quay.io/prometheus/busybox:latest
imagePullPolicy: Always
name: copy-config
volumeMounts:
Expand Down

0 comments on commit 9ccd607

Please sign in to comment.