Skip to content

Commit

Permalink
Merge pull request #4 from jbw976/id-not-name-required
Browse files Browse the repository at this point in the history
Cluster requires ID, not name
  • Loading branch information
jbw976 committed Dec 15, 2020
2 parents 3b1f0c8 + f67d27d commit f2cda3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cp kubectl-crossplane /usr/local/bin
#### Install the Platform Configuration

```console
PLATFORM_CONFIG=registry.upbound.io/upbound/platform-ref-multi-k8s:v0.0.2
PLATFORM_CONFIG=registry.upbound.io/upbound/platform-ref-multi-k8s:v0.0.3

kubectl crossplane install configuration ${PLATFORM_CONFIG}
kubectl get pkg
Expand Down Expand Up @@ -174,7 +174,7 @@ Set these to match your settings:
UPBOUND_ORG=acme
UPBOUND_ACCOUNT_EMAIL=me@acme.io
REPO=platform-ref-multi-k8s
VERSION_TAG=v0.0.2
VERSION_TAG=v0.0.3
REGISTRY=registry.upbound.io
PLATFORM_CONFIG=${REGISTRY:+$REGISTRY/}${UPBOUND_ORG}/${REPO}:${VERSION_TAG}
```
Expand Down
2 changes: 1 addition & 1 deletion cluster/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ spec:
- nodes
- networkRef
required:
- name
- id
- parameters

0 comments on commit f2cda3b

Please sign in to comment.