guys, with the helm values.yaml file is it possibl...
# talk-kratos
a
guys, with the helm values.yaml file is it possible to reference schema files or do you have to drop in the JSON now like in the comment example? I cant get it to work when I use the same as docker-compose format:
Copy code
kratos:
  development: true
  autoMigrate: true
  config:
    dsn: 
    secrets:
      default: 
      - 'kratos-secret'
    log:
      level: trace

  identitySchemas: 
    - id: schema_v0
      url: <file://path/to/my.schema.json>