We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a7ee3 commit 3964181Copy full SHA for 3964181
1 file changed
README.md
@@ -67,14 +67,15 @@ make run/piped CONFIG_FILE=<YOUR_PIPED_V1_CONFIG_FILE> EXPERIMENTAL=true
67
Example of new app config:
68
```yaml
69
apiVersion: pipecd.dev/v1beta1
70
-kind: TerraformApp # for registering an app by pipedv0. This will be ignored in v1.
+kind: Application # In the new config, this can be 'Application'.
71
spec:
72
name: v1-try-ecspresso
73
input: # Depends on plugin
74
config: ecspresso.yml
75
pipeline:
76
- stages:
77
- - name: ECSPRESSO_DEPLOY # Define your stages
+ stages: # Define your stages
+ - name: ECSPRESSO_DIFF
78
+ - name: ECSPRESSO_DEPLOY
79
```
80
81
4. Push the app config -> A new Deployment will be triggered!!
0 commit comments