diff --git a/values.yaml b/values.yaml index f16791a..a075fa7 100644 --- a/values.yaml +++ b/values.yaml @@ -20,7 +20,7 @@ global: # hostnames: # - example.com -## @param namespace An explicit namespace to deploy gitea into. Defaults to the release namespace if not specified +## @param namespace An explicit namespace to deploy Gitea into. Defaults to the release namespace if not specified namespace: "" ## @param replicaCount number of replicas for the deployment @@ -281,13 +281,13 @@ extraContainers: [] # image: busybox # command: [/bin/sh, -c, 'echo "Hello world"'] -## @param preExtraInitContainers Additional init containers to run in the pod before gitea runs it owns init containers. +## @param preExtraInitContainers Additional init containers to run in the pod before Gitea runs it owns init containers. preExtraInitContainers: [] # - name: pre-init-container # image: docker.io/library/busybox # command: [ /bin/sh, -c, 'echo "Hello world! I am a pre init container."' ] -## @param postExtraInitContainers Additional init containers to run in the pod after gitea runs it owns init containers. +## @param postExtraInitContainers Additional init containers to run in the pod after Gitea runs it owns init containers. postExtraInitContainers: [] # - name: post-init-container # image: docker.io/library/busybox