diff --git a/README.md b/README.md index 72aa403..dce7831 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ You need to have couchDB up and running right now, but I'll probably add a sub-c helm repo add cozy https://small-hack.github.io/cozy-helm-chart helm install cozy/cozy cozy ``` + +## Status + +Under heavy development. Will probably be done in a week or two. diff --git a/charts/cozy-stack/values.yaml b/charts/cozy-stack/values.yaml index c2aa296..d43ba33 100644 --- a/charts/cozy-stack/values.yaml +++ b/charts/cozy-stack/values.yaml @@ -6,8 +6,9 @@ replicaCount: 1 image: repository: cozy:cozy-stack + # -- set to Always if you're using the tag: "latest" pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. + # -- Overrides the image tag whose default is the chart appVersion. tag: "" imagePullSecrets: [] @@ -15,13 +16,13 @@ nameOverride: "" fullnameOverride: "" serviceAccount: - # Specifies whether a service account should be created + # -- Specifies whether a service account should be created create: true - # Automatically mount a ServiceAccount's API credentials? + # -- Automatically mount a ServiceAccount's API credentials? automount: true - # Annotations to add to the service account + # -- Annotations to add to the service account annotations: {} - # The name of the service account to use. + # -- The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "cozy" @@ -76,7 +77,7 @@ autoscaling: targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 -# Additional volumes on the output Deployment definition. +# -- Additional volumes on the output Deployment definition. volumes: [] # - name: foo # secret: