Skip to content

Commit

Permalink
QoL update: GH ref for helmfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhyhin-nikita committed Oct 5, 2023
1 parent 6a01bcf commit a3ba2ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deployment-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
projects/data/${{ github.event.repository.name }}/production/database username | DATABASE_USERNAME ;
projects/data/${{ github.event.repository.name }}/production/database password | DATABASE_PASSWORD ;
projects/data/${{ github.event.repository.name }}/production/database root-password | DATABASE_ROOT_PASSWORD ;
helmRef: optimize-delivery
nodePool: production
5 changes: 4 additions & 1 deletion helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
helmfiles:
- path: git::https://github.com/bn-digital/helm.git@helmfiles/load-balancer.yaml?ref=latest
- path: git::https://github.com/bn-digital/helm.git@helmfiles/nodejs.yaml?ref=latest
values:
- ingressShim:
defaultACMEChallengeType: http01
- path: git::https://github.com/bn-digital/helm.git@helmfiles/nodejs.yaml?ref={{ requiredEnv "HELM_REF" }}

helmDefaults:
createNamespace: true
Expand Down

0 comments on commit a3ba2ab

Please sign in to comment.