--- defaultNamespace: trillium helm: repo: https://charts.example.com # Name of the chart within the repo chart: trilium # A custom release name to deploy the chart as. If not specified a release name # will be generated by combining the invoking GitRepo.name + GitRepo.path. releaseName: trillium # The version of the chart or semver constraint of the chart to find. If a constraint # is specified it is evaluated each time git changes. # The version also determines which chart to download from OCI registries. version: 0.1.0 # Makes helm skip the check for its own annotations takeOwnership: false # Any values that should be placed in the `values.yaml` and passed to helm during # install. values: persistentVolume: enabled: true ingress: enabled: true annotations: cert-manager.io/cluster-issuer: letsencrypt-prod tls: - secretName: notes-tls hosts: - notes.example.com hosts: - host: notes.example.com paths: - path: / pathType: ImplementationSpecific kustomize: dir: overlays/