Skip to content

Commit

Permalink
Merge pull request #652 from jstuever/azwidocupdate
Browse files Browse the repository at this point in the history
NO-JIRA: azwi doc: apply webhook manifest to cluster
  • Loading branch information
openshift-merge-bot[bot] committed Jan 20, 2024
2 parents f2c6262 + a28e02c commit 9924b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/azure_workload_identity.md
Expand Up @@ -262,10 +262,10 @@ NOTE This is just for developers interested in taking an existing cluster to Azu
--installation-resource-group-name "${AZURE_INSTALL_RG}"
```

10. Enable the TechPreviewNoUpgrade featureset to allow usage of the Azure AD Workload Identity feature.
10. Apply the azure pod identity webhook configuration.

```bash
oc patch featuregate cluster --patch '{"spec":{"featureSet":"TechPreviewNoUpgrade"}}' --type=merge
oc replace -f output_dir/manifests/azure-ad-pod-identity-webhook-config.yaml
```

11. Apply Secrets generated by the creating managed identities.
Expand Down

0 comments on commit 9924b77

Please sign in to comment.