mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
a8b16fa4cbc9fe2d122d51c78815bb08147287e5
apps/nextcloud/manifests/redis-cr.yaml used redis.redis.opstreelabs.in/v1beta2 (guessed, flagged as unverified when written) - the actually-installed CRD only has v1beta1. ArgoCD validates all resource API groups/versions before syncing anything, so this one bad apiVersion blocked the ENTIRE nextcloud Application from syncing at all (every resource showed OutOfSync, not just this one). Also fixed against the live CRD schema: redisSecret belongs nested under kubernetesConfig, not top-level, and redisExporter.image is required by the schema even when enabled: false. Verified live: kubectl apply succeeded and the Redis resource was created before committing this.
Description
No description provided
953 KiB
Languages
Shell
94%
Go Template
6%