Merge pull request 'Automated Manifest Update' (#5824) from auto/update-manifests into manifests

Reviewed-on: #5824
This commit was merged in pull request #5824.
This commit is contained in:
2026-04-11 22:49:44 +00:00
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-custom-templates
namespace: gitea
labels:
app.kubernetes.io/name: gitea-custom-templates
app.kubernetes.io/instance: gitea
app.kubernetes.io/part-of: gitea
data:
header.tmpl: |
<script defer src="https://rybbit.alexlebens.dev/api/script.js" data-website-id="b515c34a6dcc"></script>

View File

@@ -238,6 +238,10 @@ spec:
- mountPath: /data/gitea/public/assets/css
name: gitea-themes-storage
readOnly: true
- mountPath: /data/gitea/templates/custom/header.tmpl
name: gitea-custom-templates
readOnly: true
subPath: header.tmpl
volumes:
- name: init
secret:
@@ -250,6 +254,9 @@ spec:
- name: gitea-themes-storage
persistentVolumeClaim:
claimName: gitea-themes-storage
- configMap:
name: gitea-custom-templates
name: gitea-custom-templates
- name: inline-config-sources
secret:
secretName: gitea-inline-config