diff --git a/README.md b/README.md index 989716a..8c82180 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ As the controller is still under development, the helm chart is not available in ```shell VERSION=e2e make docker-build - kind load docker-image --name sync-controller secrets-store-sync-controller:e2e + kind load docker-image --name sync-controller controller:e2e ``` 1. Configure the provider container @@ -130,4 +130,4 @@ bats test/bats/e2e-provider-ssc.bats --> ## Troubleshooting -The validating admission policies are available for k8s 1.27 and later. If you are using an older version of k8s, you may need to disable the validating admission policies by setting the `validatingAdmissionPolicies.applyPolicies` parameter to `false` in the `secret-sync-controller/secretsync/values.yaml` file. \ No newline at end of file +The validating admission policies are available for k8s 1.27 and later. If you are using an older version of k8s, you may need to disable the validating admission policies by setting the `validatingAdmissionPolicies.applyPolicies` parameter to `false` in the `secret-sync-controller/secretsync/values.yaml` file.