File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
kubernetes/cmsweb/services Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -68,18 +68,18 @@ spec:
6868# PROD# - |
6969# PROD# apt-get update && apt-get install -y sudo && apt-get clean && \
7070# PROD# chmod 0777 /data/srv/logs/dbs && chown 1000:1000 /data/srv/logs/dbs
71- image : ubuntu
72- imagePullPolicy : Always
73- name : init-install-sudo
74- resources : {}
75- securityContext :
76- runAsGroup : 0
77- runAsUser : 0
78- terminationMessagePath : /dev/termination-log
79- terminationMessagePolicy : File
80- volumeMounts :
81- - mountPath : /data/srv/logs/dbs
82- name : logs
71+ # PROD# image: ubuntu
72+ # PROD# imagePullPolicy: Always
73+ # PROD# name: init-install-sudo
74+ # PROD# resources: {}
75+ # PROD# securityContext:
76+ # PROD# runAsGroup: 0
77+ # PROD# runAsUser: 0
78+ # PROD# terminationMessagePath: /dev/termination-log
79+ # PROD# terminationMessagePolicy: File
80+ # PROD# volumeMounts:
81+ # PROD# - mountPath: /data/srv/logs/dbs
82+ # PROD# name: logs
8383 securityContext :
8484 runAsUser : 1000
8585 runAsGroup : 1000
You can’t perform that action at this time.
0 commit comments