Skip to content

Commit

Permalink
Update install-gcm.md command
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti authored Nov 27, 2023
1 parent 69688b3 commit ef06838
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 ef06838

Please sign in to comment.