Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
c5e1158d6d |
|
@ -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
|
||||
|
||||
|
@ -96,7 +96,7 @@ spec:
|
|||
EOF
|
||||
```
|
||||
|
||||
#### 6. Deploy sample workload
|
||||
#### 7. Deploy sample workload
|
||||
|
||||
Workload is deployed to namespace `workload`
|
||||
|
||||
|
@ -137,7 +137,7 @@ spec:
|
|||
EOF
|
||||
```
|
||||
|
||||
#### 7. Validate deployment & flag evaluation
|
||||
#### 8. Validate deployment & flag evaluation
|
||||
|
||||
First, obtain the pod name of the workload,
|
||||
|
||||
|
|
Loading…
Reference in New Issue