diff --git a/operator/gitops/argocd/pipeline-service/openshift-pipelines/bugfix-pac-gitauth-secrets.yaml b/operator/gitops/argocd/pipeline-service/openshift-pipelines/bugfix-pac-gitauth-secrets.yaml index 8d70b2ac9..8a3bba7c5 100644 --- a/operator/gitops/argocd/pipeline-service/openshift-pipelines/bugfix-pac-gitauth-secrets.yaml +++ b/operator/gitops/argocd/pipeline-service/openshift-pipelines/bugfix-pac-gitauth-secrets.yaml @@ -119,11 +119,19 @@ spec: echo "Done" imagePullPolicy: Always name: delete-pac-secrets + resources: + requests: + cpu: 10m + memory: 10Mi + limits: + cpu: 200m + memory: 200Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL + readOnlyRootFilesystem: true runAsNonRoot: true seccompProfile: type: RuntimeDefault