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

Document how to set sensitive values #4137

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Update helm.md
  • Loading branch information
d80tb7 authored Jan 14, 2025
commit 1cbcb1c65cd11f9fdbad92c8088a99997557a8e4
2 changes: 1 addition & 1 deletion docs/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ applicationConfig:
armadaUrl: "server.url.com:443"
```

**Note:** The values you enter in this section will be placed into a K8s configmap. For values that you wish to remain secret (for example database passwords) we recommend setting them as environmnetal variables from a non-helm managed secret:
**Note:** The values you enter in this section will be placed into a K8s configmap. For senistive values (e.g. database passwords) we recommend setting them as environmental variables from a non-helm managed secret:
```yaml
env:
- name: ARMADA_POSTGRES_CONNECTION_PASSWORD
Expand Down
Loading