Skip to content

Commit

Permalink
[artifact tracker] Add back artifact bucket config (#1601)
Browse files Browse the repository at this point in the history
Summary: The `PL_ARTIFACT_BUCKET` config was mistakenly removed in a
previous change. This causes issues for users deploying self-hosted
cloud.

Type of change: /kind cleanup

Test Plan: Followed the self-hosted cloud install guide successfully.

Signed-off-by: James Bartlett <[email protected]>
  • Loading branch information
JamesMBartlett authored Jul 10, 2023
1 parent c092058 commit 3b2afb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/cloud/base/artifact_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ metadata:
name: pl-artifact-config
data:
PL_ARTIFACT_MANIFEST_URL: https://artifacts.px.dev/artifacts/manifest.json
PL_ARTIFACT_BUCKET: pixie-dev-public
PL_SA_KEY_PATH: /creds/service_account.json

0 comments on commit 3b2afb4

Please sign in to comment.