Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ spec:
sources:
- serviceAccountToken:
path: token
audience: {{ $proxy.clusterName }}
- configMap:
items:
- key: ca.crt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ sets clusterDomain on Deployment Pods:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -275,6 +276,7 @@ should set nodeSelector when set in values:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -398,6 +400,7 @@ should set resources for wait-auth-update initContainer when set in values:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -506,6 +509,7 @@ should set resources when set in values:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -614,6 +618,7 @@ should set securityContext for initContainers when set in values:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -722,6 +727,7 @@ should set securityContext when set in values:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@ tests:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down Expand Up @@ -971,6 +972,7 @@ tests:
sources:
- serviceAccountToken:
path: token
audience: helm-lint
- configMap:
items:
- key: ca.crt
Expand Down