From 1b47046a96cb6dd344cbaf7c215420a829e6d4df Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 15 Jun 2025 22:10:32 -0700 Subject: feat: refactor of kustomization.yml --- manifests/cgit/cgit-cm.yaml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 manifests/cgit/cgit-cm.yaml (limited to 'manifests/cgit/cgit-cm.yaml') diff --git a/manifests/cgit/cgit-cm.yaml b/manifests/cgit/cgit-cm.yaml deleted file mode 100644 index eb7f39e..0000000 --- a/manifests/cgit/cgit-cm.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: cgitrc -data: - cgitrc: | - # cgit config - # see cgitrc(5) for details - root-title=cgit.ofmax.li - root-desc=grumpy software - - readme=:README.md - - about-filter=/usr/lib/cgit/filters/about-formatting.sh - source-filter=/usr/lib/cgit/filters/syntax-highlighting.py - head-include=/usr/lib/cgit/gruvbox_header.html - - enable-index-links=1 - enable-log-filecount=1 - enable-commit-graph=1 - enable-index-owner=1 - enable-http-clone=0 - enable-git-config=1 - enable-commit-graph=1 - enable-follow-links=1 - snapshots=tar.gz - css=/cgit.css - logo=/avatar.png - favicon=/avatar.ico - robots=nofollow - remove-suffix=1 - virtual-root=/ - - mimetype.html=text/html - mimetype.jpg=image/jpeg - mimetype.jpeg=image/jpeg - mimetype.pdf=application/pdf - mimetype.png=image/png - - strict-export=git-web-export-ok - scan-path=/opt/repos -- cgit v1.2.3