Skip to content

Commit

Permalink
Add postgres deployment for dev environment (#265)
Browse files Browse the repository at this point in the history
Summary: We will use a postgres deployment for dev deployments and
cloudSQL for testing/staging/prod.
Unfortunately, yamllint doesnt handle templated YAMLs:
sbaudoin/yamllint#16. Alternatives to
disabling any YAMLs in the templates directory would be to name the
files something other than .yaml (however that is the recommended for
helm).

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: skaffold run with dev profile

Signed-off-by: Michelle Nguyen <[email protected]>
GitOrigin-RevId: 6c71b25abf82c6666cdc5cc626fafd12fbfa8581
  • Loading branch information
aimichelle committed Oct 2, 2023
1 parent e8a5f28 commit 6163e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ FILTER_REGEX_EXCLUDE: "(app\\/graphql-schema\\.ts|\
pnpm-lock\\.yaml|\
infra\\/credentials\\/|\
gazelle_python\\.yaml|\
k8s\\/charts\\/.*\\/templates\\/.*.yaml|\
.*\\.pb\\.go|\
^third_party\\/.*proto$)"

Expand Down

0 comments on commit 6163e44

Please sign in to comment.