gitea: fix bootstrap job immutability
This commit is contained in:
parent
d8dab08cd8
commit
a174e451d9
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user