sergevonage
Results
2
issues of
sergevonage
I have a monorepo and want run linter on `dir1` and `dir2`. How can I do it? ``` working-directory: dir1 dir2 ``` doesn't work: ``` working-directory (dir1 dir2) was not...
question
My values.yaml ``` ################################## # # # NATS Streaming Configuration # # # ################################## stan: image: nats-streaming:0.20.0 pullPolicy: IfNotPresent replicas: 3 # Cluster name, generated into a name from the...