Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose-Matsuda committed Oct 25, 2024
1 parent e613eb4 commit 09a5e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func createPatch(pod *corev1.Pod, sidecarConfigTemplate *Config, annotations map
// must set ACCESS and SECRET keys in the patch
patch = append(patch, updateUserEnvVars(pod.Spec.Containers, svmName+"-access", s3Access)...)
patch = append(patch, updateUserEnvVars(pod.Spec.Containers, svmName+"-secret", s3Secret)...)
patch = append(patch, updateUserEnvVars(pod.Spec.Containers, svmName+"-url", s3Url)...)
// iterate through and do the patch
for share := range shareList {
// Deep copy to avoid changes in original sidecar config
Expand Down

0 comments on commit 09a5e10

Please sign in to comment.