Skip to content

Commit

Permalink
Update README.md with readme-generator-for-helm
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot committed Oct 19, 2023
1 parent dfcf0d8 commit 21f4fe9
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions bitnami/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,38 +39,6 @@ Looking to use our applications in production? Try [VMware Application Catalog](
## Parameters
```yaml
registry:
type: string
description: Docker registry where the image is located
example: docker.io

repository:
type: string
description: Repository and image name
example: bitnami/nginx

tag:
type: string
description: image tag
example: 1.16.1-debian-10-r63

pullPolicy:
type: string
description: Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

pullSecrets:
type: array
items:
type: string
description: Optionally specify an array of imagePullSecrets (evaluated as templates).

debug:
type: boolean
description: Set to true if you would like to see extra information on logs
example: false

## An instance would be:
# registry: docker.io
# repository: bitnami/nginx
# tag: 1.16.1-debian-10-r63
Expand Down

0 comments on commit 21f4fe9

Please sign in to comment.