Skip to content

Commit

Permalink
Set values in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrZotov committed Dec 6, 2022
1 parent 2108a56 commit ac6da90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions charts/secrets-injector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ $ helm install --set injector.applicationName=injector injector ./secrets-inject
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| injector.applicationName | string | `"secrets-injector"` | The name of 1Password Kubernetes Secrets Injector Application |
| injector.imagePullPolicy | string | `"IfNotPresent"` | The 1Password Secrets Injector docker image policy. `"IfNotPresent"` means the image is pulled only if it is not already present locally. |
| injector.imageRepository | string | `"1password/kubernetes-secrets-injector"` | The 1Password Secrets Injector docker image repository |
| injector.port | string | `443` | The port the Secrets Injector exposes |
| injector.targetPort | integer | `8443` | The port the Secrets Injector API sends requests to the pod |
| injector.imageRepository | string | `"1password/kubernetes-secrets-injector"` | The 1Password Secrets Injector docker image repository |
| injector.imagePullPolicy | string | `"IfNotPresent"` | The 1Password Secrets Injector docker image policy. `"IfNotPresent"` means the image is pulled only if it is not already present locally. |
| injector.version | string | `{{.Chart.AppVersion}}` | The 1Password Secrets Injector version to pull. |
| injector.replicas | integer | `1` | Amount of the Secrets Injector replicas. |
2 changes: 1 addition & 1 deletion charts/secrets-injector/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
injector:
applicationName: secrets-injector
imageRepository: 1password/kubernetes-secrets-injector
imagePullPolicy: IfNotPresent
imageRepository: 1password/kubernetes-secrets-injector
port: 443
targetPort: 8443
version: "{{ .Chart.AppVersion }}"

0 comments on commit ac6da90

Please sign in to comment.