Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
EOF
```

#### 5. Install a source definition
#### 6. Install a source definition

This is added as a custom resource of kind `FeatureFlagSource` in `flags` namespace

Expand All @@ -96,7 +96,7 @@ spec:
EOF
```

#### 6. Deploy sample workload
#### 7. Deploy sample workload

Workload is deployed to namespace `workload`

Expand Down Expand Up @@ -137,7 +137,7 @@ spec:
EOF
```

#### 7. Validate deployment & flag evaluation
#### 8. Validate deployment & flag evaluation

First, obtain the pod name of the workload,

Expand Down
Loading