Add empty dir to argo
This commit is contained in:
parent
0b202285e9
commit
9cb60fc886
@ -39,7 +39,7 @@ configs:
|
|||||||
server.insecure: "true"
|
server.insecure: "true"
|
||||||
|
|
||||||
dex:
|
dex:
|
||||||
enabled: false # 🚫 מבטל את Dex כדי לאפשר OIDC לעבוד
|
enabled: false
|
||||||
|
|
||||||
server:
|
server:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
@ -70,3 +70,11 @@ repoServer:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
volumes:
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
|
|
||||||
|
volumeMounts:
|
||||||
|
- name: tmp
|
||||||
|
mountPath: /tmp
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user