#
#flux
Everything tagged with flux across all content types.
3 posts
Tip
Validate Kubernetes Manifests with Flux Schema
Flux 2.9 shipped Flux Schema, a CLI plugin that checks your Kubernetes manifests against JSON Schema and CEL rules before they merge. Here is how to wire it up.
Flux Schema · gitops
Troubleshooting
Fix Flux SOPS MAC mismatch in kustomize-controller
A Flux SOPS MAC mismatch means an encrypted file was changed outside sops. Diagnose it and re-encrypt cleanly so kustomize-controller can decrypt again.
Critical · flux · MAC mismatch
Troubleshooting
Fix Flux SOPS illegal base64 data at input byte 0
Diagnose and fix the Flux SOPS 'illegal base64 data at input byte 0' error caused by incorrect base64 encoding. Step-by-step solutions for encrypted secrets and a...
Critical · flux · illegal base64 data at input byte 0