From 3b2afb4bccbe4ec854c7436e563e03ac69394971 Mon Sep 17 00:00:00 2001 From: James Bartlett Date: Mon, 10 Jul 2023 10:37:09 -0700 Subject: [PATCH] [artifact tracker] Add back artifact bucket config (#1601) 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 --- k8s/cloud/base/artifact_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/k8s/cloud/base/artifact_config.yaml b/k8s/cloud/base/artifact_config.yaml index 77925130540..858c503a365 100644 --- a/k8s/cloud/base/artifact_config.yaml +++ b/k8s/cloud/base/artifact_config.yaml @@ -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