Skip to content

Commit 3964181

Browse files
committed
refine Temprary Usage
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
1 parent 89a7ee3 commit 3964181

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ make run/piped CONFIG_FILE=<YOUR_PIPED_V1_CONFIG_FILE> EXPERIMENTAL=true
6767
Example of new app config:
6868
```yaml
6969
apiVersion: pipecd.dev/v1beta1
70-
kind: TerraformApp # for registering an app by pipedv0. This will be ignored in v1.
70+
kind: Application # In the new config, this can be 'Application'.
7171
spec:
7272
name: v1-try-ecspresso
7373
input: # Depends on plugin
7474
config: ecspresso.yml
7575
pipeline:
76-
stages:
77-
- name: ECSPRESSO_DEPLOY # Define your stages
76+
stages: # Define your stages
77+
- name: ECSPRESSO_DIFF
78+
- name: ECSPRESSO_DEPLOY
7879
```
7980
8081
4. Push the app config -> A new Deployment will be triggered!!

0 commit comments

Comments
 (0)