From a60894fdf08af3545f8ce3c7f8be596e61e8933e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 17 Dec 2022 20:15:50 +0200 Subject: [PATCH] Use UID 65534 to prevent Kopf from crashing --- templates/harbor-operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/harbor-operator.yml b/templates/harbor-operator.yml index 482cdde..12dbd81 100644 --- a/templates/harbor-operator.yml +++ b/templates/harbor-operator.yml @@ -27,7 +27,7 @@ spec: securityContext: readOnlyRootFilesystem: true runAsNonRoot: true - runAsUser: 1000 + runAsUser: 65534 env: - name: MY_POD_NAMESPACE valueFrom: