gitea: fix bootstrap job immutability

This commit is contained in:
Brad Stein 2025-12-14 21:47:50 -03:00
parent d8dab08cd8
commit a174e451d9

View File

@ -1,6 +1,15 @@
# services/gitea/oidc-job.yaml # services/gitea/oidc-job.yaml
apiVersion: batch/v1 apiVersion: batch/v1
kind: Job kind: Job
metadata:
name: gitea-oidc-bootstrap
namespace: gitea
spec:
# clean and recreate when the manifest changes to avoid immutable pod fields
template: {}
---
apiVersion: batch/v1
kind: Job
metadata: metadata:
name: gitea-oidc-bootstrap name: gitea-oidc-bootstrap
namespace: gitea namespace: gitea