--- # https://fleet.rancher.io/ref-fleet-yaml # The default namespace to be applied to resources. This field is not used to # enforce or lock down the deployment to a specific namespace, but instead # provide the default value of the namespace field if one is not specified # in the manifests. # Default: default defaultNamespace: trillium # All resources will be assigned to this namespace and if any cluster scoped # resource exists the deployment will fail. # Default: "" #namespace: trillium helm: # A https URL to a Helm repo to download the chart from. It's typically easier # to just use `chart` field and refer to a tgz file. If repo is used the # value of `chart` will be used as the chart name to lookup in the Helm repository. repo: https://charts.oecis.io # 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/