Skip to content

Commit 5f84746

Browse files
liggittk8s-publishing-bot
authored andcommitted
Restore ability to plumb binary data through envvar values
Kubernetes-commit: 65cef41e786f8b986464d4435c13a0853d8409dc
1 parent b569fd7 commit 5f84746

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pkg/apis/runtime/v1/api.pb.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/runtime/v1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ message ImageSpec {
951951

952952
message KeyValue {
953953
string key = 1;
954-
string value = 2;
954+
bytes value = 2;
955955
}
956956

957957
// LinuxContainerResources specifies Linux specific configuration for

0 commit comments

Comments
 (0)