Skip to content

Commit

Permalink
Random pet name namespace for sigstore-policy-controller helm tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jamon Camisso <[email protected]>
  • Loading branch information
jamonation committed Feb 28, 2024
1 parent 1f6e3e5 commit be4c492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/sigstore-policy-controller/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "helm_release" "policy-controller" {
repository = "https://sigstore.github.io/helm-charts"
chart = "policy-controller"

namespace = "policy-controller"
namespace = "pc-${random_pet.suffix.id}"
create_namespace = true

set {
Expand Down

0 comments on commit be4c492

Please sign in to comment.