Skip to content

Commit

Permalink
Merge pull request #84 from vincent-pli/correct-crd-example
Browse files Browse the repository at this point in the history
Correct example of Cluster in the document
  • Loading branch information
davidfestal committed May 17, 2021
2 parents 46e24ed + 18b25a2 commit 47662ac
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions contrib/demo/README.md
Expand Up @@ -35,16 +35,16 @@ spec:
kubeconfig: |
apiVersion: v1
kind: Config
clusters:
- name: cluster
cluster:
certificate-authority-data: ...
server: https://5.6.7.8:5678
users:
- name: user
user:
client-certifcate-data: ...
client-data-key: ...
clusters:
- name: cluster
cluster:
certificate-authority-data: ...
server: https://5.6.7.8:5678
users:
- name: user
user:
client-certifcate-data: ...
client-data-key: ...
```

Again, `kcp` doesn't _need_ to know about this type at all; you can use `kcp` without connecting to any real clusters.
Expand Down

0 comments on commit 47662ac

Please sign in to comment.