Skip to content

Conversation

tvoran
Copy link
Member

@tvoran tvoran commented Jun 24, 2024

PoC for implementing #620

Adds a new annotation vault.hashicorp.com/agent-native-sidecar to inject Vault Agent as a native sidecar. Adds a startupProbe that looks for /home/vault/.native-sidecar-started, which relies on hashicorp/vault#27582 to place that file once all the templates have been rendered at least once.

Command: []string{"/usr/bin/test", "-e", nativeSidecarFile},
},
},
InitialDelaySeconds: 5,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite possible that users might want to change timing settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants