Skip to content

Commit

Permalink
Merge pull request #87 from fultonj/rm-values-ci-framework
Browse files Browse the repository at this point in the history
Remove values-ci-framework.yaml
  • Loading branch information
fultonj authored Jan 30, 2024
2 parents 0296ae0 + c4643c9 commit 69a9a5c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 237 deletions.
6 changes: 0 additions & 6 deletions examples/va/hci/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ Edit the [values.yaml](values.yaml) file to suit your environment.
```
vi values.yaml
```
Alternatively use your own copy of `values.yaml` and edit
[kustomization.yaml](kustomization.yaml) to use that copy.
```
resources:
- values-ci-framework.yaml
```

Generate the control-plane and networking CRs.
```
Expand Down
216 changes: 0 additions & 216 deletions examples/va/hci/values-ci-framework.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions examples/va/nfv/sriov/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ your environment.
vi values.yaml
vi service-values.yaml
```
Alternatively use your own copies of those files and edit
[kustomization.yaml](kustomization.yaml) to use those copies.
```
resources:
- values-ci-framework.yaml
- service-values-ci-framework.yaml
```

Generate the control-plane and networking CRs.
```
kustomize build > control-plane.yaml
Expand Down
7 changes: 0 additions & 7 deletions examples/va/nfv/sriov/dataplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ your environment.
```
vi values.yaml
```
Alternatively use your own copies of those files and edit
[kustomization.yaml](kustomization.yaml) to use those copies.
```
resources:
- values-ci-framework.yaml
```

Generate the dataplane CRs.
```
kustomize build > dataplane.yaml
Expand Down

0 comments on commit 69a9a5c

Please sign in to comment.