Skip to content

Commit

Permalink
Merge fbdab01 into backport/hans/add_k8s_config_read_docs/trivially-b…
Browse files Browse the repository at this point in the history
…alanced-treefrog
  • Loading branch information
hc-github-team-consul-core authored May 25, 2023
2 parents efc6b1d + fbdab01 commit 8bf33b7
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 8bf33b7

Please sign in to comment.