From 21f4fe9ab19a1e1c8a6a01457e7c7de12ca17b2e Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 19 Oct 2023 13:36:24 +0000 Subject: [PATCH] Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --- bitnami/common/README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/bitnami/common/README.md b/bitnami/common/README.md index 0c3e31f31985d4..ba5f82213f901e 100644 --- a/bitnami/common/README.md +++ b/bitnami/common/README.md @@ -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