Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svetakvsundhar committed Sep 30, 2024
1 parent f422555 commit 8fbafb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
properties:
triggerName:
type: string
workflowPath:
workflowName:
type: string
location:
type: string
Expand Down
2 changes: 1 addition & 1 deletion experiments/compositions/samples/Eventarc/facade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: config-control
spec:
triggerName: bucket-trigger
workflowPath: projects/your-project-id/locations/us-central1/workflows/workflow-1 # Replace with your workflow path
workflowName: workflow-1 # Replace with your workflow path
location: us-central1 # Or your desired location
serviceAccount: your-service-account # Replace with your service account name
topicName: eventarc-topic-1 # Replace with your Pub/Sub topic name
Expand Down

0 comments on commit 8fbafb7

Please sign in to comment.