Merge pull request #128 from zhiweiyin318/fix-typo

fix typo
This commit is contained in:
OpenShift Merge Robot
2021-06-16 05:33:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ endif
# $1 - target suffix
# $2 - Dockerfile path
# $3 - context directory for image build
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images".
# It will generate target "image-$(1)" for building the image an binding it as a prerequisite to target "images".
$(call build-image,registration-operator,$(IMAGE_REGISTRY)/registration-operator,./Dockerfile,.)
clean:
+1 -1
View File
@@ -62,7 +62,7 @@ kubectl get csr
kubectl get managedcluster
```
Next approve the csr and set managecluster to be accepcted by hub with the following command
Next approve the csr and set managedCluster to be accepted by hub with the following command
```
kubectl certificate approve {csr name}