Skip to content

Commit 8cb41ef

Browse files
committed
test
1 parent 3621f05 commit 8cb41ef

File tree

1 file changed

+2
-0
lines changed
  • images/vault-secrets-webhook/pkg/webhook

1 file changed

+2
-0
lines changed

images/vault-secrets-webhook/pkg/webhook/pod.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ func (mw *MutatingWebhook) mutateContainers(ctx context.Context, containers []co
158158

159159
if func() bool {
160160
for _, skipContainerName := range vaultConfig.SkipMutateContainers {
161+
mw.logger.Info("Debug: " + container.Name + " compare with " + skipContainerName)
161162
if container.Name == skipContainerName {
163+
mw.logger.Info("Debug: " + container.Name + "skipped")
162164
return true
163165
}
164166
}

0 commit comments

Comments
 (0)