cli
cli copied to clipboard
Kubevious CLI - Prevent Kubernetes disasters at the early stages
Results
2
cli issues
Sort by
recently updated
recently updated
newest added
when the exposed port is not part of the first container the rule does not recognize the port is exposed by the deployment example yaml: ``` --- apiVersion: v1 kind:...
We're using Kustomize's `configMapgenerator` with a .env file that contains a variable whose value is a 128-bit number in hex format, like so : test.env : `FOO=0xABCDABCDABCDABCDABCDABCDABCDABCD` The generated configMap...