Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Sep 28, 2023
1 parent 9f67a5c commit 0ed75ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ FROM gcr.io/distroless/base-nossl-debian12:nonroot AS runtime-egress
# Create the needed directories as the non-root user, and then switch back to
# the defalt workdir.
WORKDIR /etc/envoy
WORKDIR /var/run/enovy
WORKDIR /var/run/envoy
WORKDIR /home/nonroot

# Copy Envoy and our config wrapper binary in so that's all that's present in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ return function(published_config)
-- https://en.wikipedia.org/wiki/Pairing_function#Other_pairing_functions
--
-- Theoretically, this could be any string (we used to concatenate these
-- together), but our usage of the enovy-control-plane currently requires the
-- together), but our usage of the envoy-control-plane currently requires the
-- special "snapshot_version" be an integer:
-- https://github.com/feature-id/envoy-control-plane/blob/9cfe2fb253098932ce2403fc19963e278e57c68c/main.go#L268-L272
-- The value also doesn't necessarily need to increment, it just needs to be
Expand Down

0 comments on commit 0ed75ab

Please sign in to comment.