Allow implicit octals in yamllint and normalize k8s mode values

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-03 13:10:44 -08:00
commit 876e51dd77
4 changed files with 4 additions and 3 deletions

View file

@ -96,4 +96,4 @@ spec:
- name: sync-script
configMap:
name: zim-torrent-sync-script
defaultMode: 493 # 0755 in decimal
defaultMode: 0755