Skip to content

Commit

Permalink
chore: met à jour les snapshots k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
risseraka committed Mar 25, 2021
1 parent 8e94e7d commit ba9f080
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .k8s/__tests__/__snapshots__/dev.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ data:
HASURA_GRAPHQL_SERVER_PORT: '80'
HASURA_GRAPHQL_LOG_LEVEL: debug
HASURA_GRAPHQL_DEV_MODE: 'true'
HASURA_GRAPHQL_UNAUTHORIZED_ROLE: anonymous
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions .k8s/__tests__/__snapshots__/preprod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ data:
HASURA_GRAPHQL_SERVER_PORT: '80'
HASURA_GRAPHQL_LOG_LEVEL: debug
HASURA_GRAPHQL_DEV_MODE: 'true'
HASURA_GRAPHQL_UNAUTHORIZED_ROLE: anonymous
---
apiVersion: v1
kind: Service
Expand Down
1 change: 1 addition & 0 deletions .k8s/__tests__/__snapshots__/prod.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ data:
HASURA_GRAPHQL_NO_OF_RETRIES: '5'
HASURA_GRAPHQL_SERVER_PORT: '80'
HASURA_GRAPHQL_LOG_LEVEL: info
HASURA_GRAPHQL_UNAUTHORIZED_ROLE: anonymous
---
apiVersion: v1
kind: Service
Expand Down

0 comments on commit ba9f080

Please sign in to comment.