Adam Talbot
Adam Talbot
The current implementation was stripping out all comments inside the example function, this fixes that behaviour. It also strips out the leading and trailing braces to better match how godoc...
# Description When kitchen-dokken is run inside docker itself with the socket mounted in it fails for a number of reasons: - Kitchen dokken will write files within $HOME/.dokken within...
What this PR does / why we need it: When building the AMI in an environment without internet access most options can be configured to pull from alternative repositories, however...
There are no docs for the helm chart, this adds auto-generated docs using helm-tool. Preview can be seen here: https://github.com/ThatsMrTalbot/aws-privateca-issuer/blob/feat/helm-tool-for-docs/charts/aws-pca-issuer/README.md
This PR adds a new RedisUser type that wraps the native "RedisModuleUser" type as well as functions to set the ACL on that user. It also adds methods to the...
### Pull Request Motivation Adds documentation about the release process and cadance. ### Kind documentation ### Release Note ```release-note NONE ```
### Pull Request Motivation Proposal for pushing to an additional, non "jetstack" branded container registry. ### Kind proposal ### Release Note ```release-note NONE ```
When attempting to pull the image for the new v2.11.0 I get the following: ``` $ docker pull registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.0 Error response from daemon: manifest for registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.0 not found: manifest unknown:...
It may be useful to have a brand guideline covering some common topics: - How to write `cert-manager` - Allowed uses of the name/logo (I would link off to the...
### Pull Request Motivation - The challenge controller now will only ever perform a single step at a time, updating the state on the Challenge and re-reconciling. - New status...