Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
mv files
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed May 15, 2023
1 parent 0f0523d commit d071e5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ deploy-staging:
<<: *staging-refs
<<: *deploy-k8s
variables:
VALUES_FILE: values-stg.yaml
VALUES_FILE: values-parity-stg.yaml
environment:
name: parity-stg

deploy-production:
<<: *production-refs
<<: *deploy-k8s
variables:
VALUES_FILE: values-prod.yaml
VALUES_FILE: values-parity-prod.yaml
environment:
name: parity-prod

Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml → helm/values-parity-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common:
env:
GITHUB_ACCESS_TOKEN: ref+vault://kv/gitlab/parity/mirrors/cicd-pr-custom-review#GITHUB_ACCESS_TOKEN
GITHUB_ACCESS_TOKEN: ref+vault://kv/gitlab/parity/mirrors/cicd-parity-prod#GITHUB_ACCESS_TOKEN
ingress:
enabled: true
className: ""
Expand Down
2 changes: 1 addition & 1 deletion helm/values-stg.yaml → helm/values-parity-stg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
common:
env:
GITHUB_ACCESS_TOKEN: ref+vault://kv/gitlab/parity/mirrors/cicd-pr-custom-review#GITHUB_ACCESS_TOKEN
GITHUB_ACCESS_TOKEN: ref+vault://kv/gitlab/parity/mirrors/cicd-parity-stg#GITHUB_ACCESS_TOKEN
ingress:
enabled: true
className: ""
Expand Down

0 comments on commit d071e5d

Please sign in to comment.