feat: cicd
This commit is contained in:
parent
1ff63c3319
commit
1ed59b5209
@ -14,6 +14,10 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb"
|
app: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb"
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb"
|
||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user