Skip to content

Commit

Permalink
chore: addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sgettys committed Jan 24, 2025
1 parent 28f5be9 commit 0dfaf6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/UDS Core/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ To set these values add the following to the `uds-config.yaml` file:

```yaml
variables:
core:
cniConfDir: /etc/cni/net.d
cniBinDir: /opt/cni/bin
core-base:
cni_conf_dir: "foo"
cni_bin_dir: "bar"
```

or via `--set` if deploying the package via `zarf`:
Expand Down
1 change: 1 addition & 0 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ components:
#- "values/registry1/ztunnel.yaml"
- "values/upstream/ztunnel.yaml"
images:
# https://github.com/defenseunicorns/uds-core/issues/1225
# Registry1 ztunnel image is not working right now
# https://repo1.dso.mil/dsop/tetrate/istio/1.24/ztunnel/-/issues/9
#- registry1.dso.mil/ironbank/tetrate/istio/ztunnel:1.24.2-tetratefips0
Expand Down

0 comments on commit 0dfaf6d

Please sign in to comment.