Krishnaswamy Subramanian
Krishnaswamy Subramanian
what do you think about supporting multiple matchers? ```toml style = [ { env = "HOSTNAME", match="equal", pattern = "home", value = "bold dimmed red" }, { env = "HOSTNAME",...
if multiple variable matches multiple statement, I think we should choose the first one which matches the criteria since user can change the order however they wish
@svishwanath-tw instead of `talismanrc` file being locally within the repo with OPA the rule of which particular file can be allowed or not allowed can be decided across the organization...
@olttwa `tztail` uses [chrono-tz](https://github.com/chronotope/chrono-tz) for parsing the timezone information, [chrono-tz](https://github.com/chronotope/chrono-tz) internally uses [IANA - Time Zone Database](https://www.iana.org/time-zones). example: ```bash $ date | tztail -t Asia/Kolkata ``` > for quick reference...
@devdinu kindly resolve the merge conflict
@devdinu Kindly resolve the merge conflict
@nithyanatarajan could you add a feature to release helm chart with goreleaser
@karuppiah7890 we wanted to publish the helm chart, PRs are welcome.
we can use [chart-releaser](https://github.com/helm/chart-releaser) for #20 and merge the PR
@dineshba we can also use https://github.com/bxcodec/faker to generate fake data. User can specify fields they want to fake data when submitting the request, dobby can respond back with generated fields...