Skip to content

Commit

Permalink
backport of commit fbdab01
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed May 25, 2023
1 parent b116618 commit 1ed6319
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/content/docs/k8s/k8s-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,23 @@ The following example command reads the Helm configuration in the `myNS` namespa
$ consul-k8s config read -namespace=myNS
```

```
global:
cloud:
clientId:
secretKey: client-id
secretName: consul-hcp-client-id
clientSecret:
secretKey: client-secret
secretName: consul-hcp-client-secret
enabled: true
resourceId:
secretKey: resource-id
secretName: consul-hcp-resource-id
image: hashicorp/consul:1.14.7
name: consul
```

### `install`

The `install` command installs Consul on your Kubernetes cluster.
Expand Down

0 comments on commit 1ed6319

Please sign in to comment.