Lionel Fleury
Lionel Fleury
In my use case, we simply added following readinessProbe to k8s deployment: ``` readinessProbe: exec: command: [gremlin.sh, -e, scripts/remote-connect.groovy] ```
that looks very much like a weird linking somewhere...
added gawk as a build dependency.
that's maybe why it used to be `depends_on macos: :ventura` in version 4.18.1 ??? should we add something that says macos 13 (ventura) and newer back here? example: https://raw.githubusercontent.com/Homebrew/homebrew-core/442f9cc511ce6dfe75b96b2c83749d90dde914d2/Formula/r/rpm.rb reference:...
added: `depends_on macos: :ventura`
done
Hi all, A simple Golang example - keeping only relevant *.go files: ``` load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library") load("@openapi_tools_generator_bazel//:defs.bzl", "openapi_generator") load("@aspect_bazel_lib//lib:copy_to_directory.bzl", "copy_to_directory") openapi_generator( name = "petstore", generator = "go-gin-server", spec = "petstore.yml",...
+100 this would be highly appreciated together with a release to unblock usage of prometheus/common 0.63.0
Same issue using an ExternalSecret. Templating tries to get the value to compile URLs. Would it be better to use env vars? Example: - define REDIS_USERNAME & REDIS_PASSWORD in some...