File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ helm install stackit-cert-manager-webhook --namespace cert-manager stackit-cert-
2424
25251 . *** Initiation of STACKIT Authentication Token Secret:***
2626 ``` bash
27- kubectl create secret generic stackit-cert-manager-webhook \
28- --namespace= cert-manager \
27+ kubectl create secret generic stackit-sa-authentication \
28+ -n cert-manager \
2929 --from-literal=auth-token=< STACKIT AUTH TOKEN>
3030 ```
3131 Or alternatively we can utilize the STACKIT service account path authentication:
3232 ```
33- kubectl create secret generic stackit-sa-authentication -n cert-manager \
33+ kubectl create secret generic stackit-sa-authentication \
34+ -n cert-manager \
3435 --from-literal=sa.json=' {
3536 "id": "4e1fe486-b463-4bcd-9210-288854268e34",
3637 "publicKey": "-----BEGIN PUBLIC KEY-----\nPUBLIC_KEY\n-----END PUBLIC KEY-----",
You can’t perform that action at this time.
0 commit comments