Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new vault-k8s environment variables #219

Merged
merged 5 commits into from
Mar 6, 2020
Merged

Add new vault-k8s environment variables #219

merged 5 commits into from
Mar 6, 2020

Conversation

jasonodonnell
Copy link
Contributor

This adds the new envs included in newest release of Vault K8s: https://github.com/hashicorp/vault-k8s/blob/master/CHANGELOG.md#030-march-5th-2020.

Updated the images to reflect the latest releases.

@jasonodonnell jasonodonnell requested a review from tvoran March 6, 2020 16:23
@jasonodonnell jasonodonnell changed the title Vault k8s Add new vault-k8s environment variables Mar 6, 2020
@jasonodonnell jasonodonnell merged commit 9d1693a into master Mar 6, 2020
- name: AGENT_INJECT_LOG_FORMAT
value: {{ .Values.injector.logFormat | default "standard" }}
- name: AGENT_INJECT_REVOKE_ON_SHUTDOWN
value: {{ .Values.injector.revokeOnShutdown | default false }}

Choose a reason for hiding this comment

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

This looks like it needs to be a string (e.g,. "default "false")

Choose a reason for hiding this comment

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

More details:

$ helm install vault ./ --wait
Error: Deployment in version "v1" cannot be handled as a Deployment: v1.Deployment.Spec: v1.DeploymentSpec.Template: v1.PodTemplateSpec.Spec: v1.PodSpec.Containers: []v1.Container: v1.Container.Env: []v1.EnvVar: v1.EnvVar.Value: ReadString: expects " or n, but found f, error found in #10 byte of ...|,"value":false}],"im|..., bigger context ...|"name":"AGENT_INJECT_REVOKE_ON_SHUTDOWN","value":false}],"image":"hashicorp/vault-k8s:0.3.0","imageP|...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Fixed here: #221

radudd pushed a commit to radudd/vault-helm that referenced this pull request Jun 5, 2020
* Add new vault-k8s envs

* update vault image

* Add default tests for envs

* Add note about supported log parameters

* Fix typo in test name
hadielaham88 pushed a commit to SolaceDev/vault-helm that referenced this pull request May 19, 2021
* Add new vault-k8s envs

* update vault image

* Add default tests for envs

* Add note about supported log parameters

* Fix typo in test name
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.

3 participants