Skip to content

Commit

Permalink
fix: use secrets from new project (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Jun 17, 2024
1 parent b4a926d commit 8b319b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/infra-server/templates/demo-certifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- --cert-name=demos.rox.systems
- --gcs-bucket=sr-demo-files
- --gcs-prefix=certs
- --dns-gcp-project=acs-team-temp-dev
- --gcp-project-name=acs-team-temp-dev
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /configuration/google-credentials.json
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SECRET_VERSION="${4:-latest}"
# Cannot use CI, because then CD with GHA would not be possible.
TEST_MODE="${TEST_MODE:-false}"

SECRETS_PROJECT="stackrox-infra"
SECRETS_PROJECT="acs-team-automation"
RELEASE_NAMESPACE="infra"
RELEASE_NAME="infra-server"

Expand Down

0 comments on commit 8b319b0

Please sign in to comment.