Skip to content

Commit

Permalink
Merge pull request #82 from 0xPolygonID/fix-wrong-command
Browse files Browse the repository at this point in the history
Update install-gcm.md command
  • Loading branch information
cerberushades authored Nov 28, 2023
2 parents 69688b3 + ef06838 commit fd54d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/issuer-node/install-gcm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ An Application resource is a collection of individual Kubernetes components, suc
To set up your cluster to understand Application resources, run the following command:

```bash
kubectl apply -f "[https://raw.githubusercontent.com/GoogleCloudPlatform/marketplace-k8s-app-tools/master/crd/app-crd.yaml](https://raw.githubusercontent.com/GoogleCloudPlatform/marketplace-k8s-app-tools/master/crd/app-crd.yaml)"
kubectl apply -f "https://raw.githubusercontent.com/GoogleCloudPlatform/marketplace-k8s-app-tools/master/crd/app-crd.yaml"
```

## Install Issuer Node without domain names
Expand All @@ -58,4 +58,4 @@ If you have domain names, the installation process is similar and very simple. Y
<img src={useBaseUrl("img/gcm/with-domain-name.png")} height="400" width="400" />
</div>

After a few minutes, you will be able to enter the registered domains.
After a few minutes, you will be able to enter the registered domains.

0 comments on commit fd54d54

Please sign in to comment.