diff --git a/manifests/07_deployment.yaml b/manifests/07_deployment.yaml index 2ed43f100..eb5397050 100644 --- a/manifests/07_deployment.yaml +++ b/manifests/07_deployment.yaml @@ -36,7 +36,7 @@ spec: echo "Copying system trust bundle" cp -f /var/run/configmaps/trusted-ca-bundle/ca-bundle.crt /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem fi - exec authentication-operator operator --config=/var/run/configmaps/config/operator-config.yaml --v=2 --terminate-on-files=/var/run/configmaps/trusted-ca-bundle/ca-bundle.crt --terminate-on-files=/tmp/terminate + exec authentication-operator operator --config=/var/run/configmaps/config/operator-config.yaml --v=2 --terminate-on-files=/var/run/configmaps/trusted-ca-bundle/ca-bundle.crt --terminate-on-files=/tmp/terminate --terminate-on-files=/var/run/configmaps/config/operator-config.yaml resources: requests: memory: 200Mi