Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Rename k8s CRD group from microdc to microdc.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyvn committed Jan 30, 2018
1 parent fbd5886 commit e6dc36d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crd.yaml
Expand Up @@ -2,10 +2,10 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: dynamodbs.aws.microdc
name: dynamodbs.aws.microdc.io
Description: DynamoDB
spec:
group: aws.microdc
group: aws.microdc.io
version: v1
scope: Namespaced
names:
Expand Down
2 changes: 1 addition & 1 deletion example/Table.yaml
@@ -1,5 +1,5 @@
---
apiVersion: aws.microdc/v1
apiVersion: aws.microdc.io/v1
kind: DynamoDB
metadata:
name: test-table
Expand Down
2 changes: 1 addition & 1 deletion startup.sh
Expand Up @@ -4,4 +4,4 @@ set -eo pipefail

kubectl apply -f crd.yaml

exec side8-k8s-operator --resource dynamodbs --fqdn aws.microdc --version v1
exec side8-k8s-operator --resource dynamodbs --fqdn aws.microdc.io --version v1

0 comments on commit e6dc36d

Please sign in to comment.