From 2be54a8c5461e7c30ad71ad67bb4036ac23bf48a Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 3 May 2022 15:31:44 +0200 Subject: [PATCH] fix owner on ocis config files --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 211d8bbdc4..d46a20100e 100644 --- a/.drone.star +++ b/.drone.star @@ -2620,6 +2620,7 @@ def copyConfigs(): # ocis proxy config "mkdir -p /etc/ocis", "cp %s/ocis/proxy.yaml /etc/ocis/proxy.yaml" % (PARALLEL_DEPLOY_CONFIG_PATH), + "chown -R 33:33 /etc/ocis", # oc10 configs "mkdir -p /etc/templates", "mkdir -p /etc/pre_server.d",