nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

chore: Prevent displaying constant diffs for nextcloud-token in ArgoCD #554

Closed kahirokunn closed 1 month ago

kahirokunn commented 2 months ago

Pull Request

Description of the change

When metrics are not enabled, the use of randAlphaNum was causing constant diffs for nextcloud-token in ArgoCD. To mitigate this issue, now nextcloud-token won't be configured when metrics are not enabled.

Benefits

This change prevents unnecessary diffs in ArgoCD when metrics are not enabled, leading to a cleaner deployment process.

Possible drawbacks

None

Applicable issues

Additional information

None

Checklist