Skip to content

Commit 1333f7b

Browse files
authored
Update locations of ./config/ within code and docs (#2077)
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 7d4414b commit 1333f7b

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

docs/draft/howto/enable-webhook-support.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ certificate provider. Currently, two certificate providers are supported: CertMa
1515

1616
As CertManager is already installed with OLMv1, we suggest using `WebhookProviderCertManager`.
1717

18-
### Update OLM to enable Feature
18+
### Run OLM v1with Experimental Features Enabled
1919

20-
```terminal title=Enable WebhookProviderCertManager feature
21-
kubectl kustomize config/overlays/featuregate/webhook-provider-certmanager | kubectl apply -f -
20+
```terminal title=Enable Experimental Features in a New Kind Cluster
21+
make run-experimental
2222
```
2323

24-
Or,
25-
26-
```terminal title=Enable WebhookProviderOpenshiftServiceCA feature
27-
kubectl kustomize config/overlays/featuregate/webhook-provider-openshift-serviceca | kubectl apply -f -
28-
```
24+
This will enable only the `WebhookProviderCertManager` feature-gate, which works with cert-manager.
2925

3026
Then,
3127

docs/draft/howto/use-synthetic-permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Synthetic user permissions enables fine-grained configuration of ClusterExtensio
88
User can not only configure RBAC permissions governing the management across all ClusterExtensions, but also on a
99
case-by-case basis.
1010

11-
### Update OLM to enable Feature
11+
### Run OLM v1with Experimental Features Enabled
1212

13-
```terminal title=Enable SyntheticPermissions feature
14-
kubectl kustomize config/overlays/featuregate/synthetic-user-permissions | kubectl apply -f -
13+
```terminal title=Enable Experimental Features in a New Kind Cluster
14+
make run-experimental
1515
```
1616

1717
```terminal title=Wait for rollout to complete

test/e2e/cluster_extension_install_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func TestClusterExtensionInstallRegistry(t *testing.T) {
317317
},
318318
{
319319
// NOTE: This test requires an extra configuration in /etc/containers/registries.conf, which is mounted
320-
// for this e2e via the ./config/components/registries-conf kustomize component as part of the e2e overlay.
320+
// for this e2e via the ./config/components/e2e/registries-conf kustomize component as part of the e2e component.
321321
// The goal here is to prove that "mirrored-registry.operator-controller-e2e.svc.cluster.local:5000" is
322322
// mapped to the "real" registry hostname ("docker-registry.operator-controller-e2e.svc.cluster.local:5000").
323323
name: "package requires mirror registry configuration in /etc/containers/registries.conf",

0 commit comments

Comments
 (0)