Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use secrets from new project #1311

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading