Skip to content

Commit 7bf747b

Browse files
committed
Add gitirgorne and fix doc
1 parent ed03e34 commit 7bf747b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.version-defs
2+
bin/**/*
3+
go/**/*
4+
/.idea

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ $ kubectl get pods
5353

5454
You can clean up the created CustomResourceDefinition with:
5555

56-
$ kubectl delete crd tapps.tke.tencent.com
56+
$ kubectl delete crd tapps.tkestack.io

doc/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ type TAppStatus struct {
157157
- name: nginx
158158
image: nginx:1.7.9
159159
templates:
160-
"1": "test"
160+
"1": "test"
161161
```
162162
163163
### 2.2 Get tapp

0 commit comments

Comments
 (0)