Skip to content

Commit

Permalink
docs: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed May 15, 2023
1 parent a9d4b48 commit 56fe114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
emptyDir: {}
initContainers:
- name: global-config
image: ghcr.io/undistro/kubexns:v0.1.0
image: ghcr.io/undistro/kubexns:v0.1.1
volumeMounts:
- mountPath: "/tmp/.config"
name: global-config
Expand Down
2 changes: 1 addition & 1 deletion examples/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
emptyDir: {}
initContainers:
- name: global-config
image: ghcr.io/undistro/kubexns:v0.1.0
image: ghcr.io/undistro/kubexns:v0.1.1
volumeMounts:
- mountPath: "/tmp/.config"
name: global-config
Expand Down

0 comments on commit 56fe114

Please sign in to comment.