Skip to content

Commit

Permalink
Update SecretProviderClass API version (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel committed May 26, 2022
1 parent 43d7ac1 commit ed6277f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 09-secret-management-and-ingress-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Previously you have configured [workload prerequisites](./08-workload-prerequisi
```bash
cat <<EOF | kubectl create -f -
apiVersion: secrets-store.csi.x-k8s.io/v1alpha1
apiVersion: secrets-store.csi.x-k8s.io/v1
kind: SecretProviderClass
metadata:
name: aks-ingress-tls-secret-csi-akv
Expand All @@ -64,6 +64,7 @@ Previously you have configured [workload prerequisites](./08-workload-prerequisi
provider: azure
parameters:
usePodIdentity: "true"
useVMManagedIdentity: "false"
keyvaultName: $KEYVAULT_NAME_AKS_BASELINE
objects: |
array:
Expand Down

0 comments on commit ed6277f

Please sign in to comment.