Skip to content

Commit

Permalink
fix: remove unused existingConfigmap value
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalevov committed Sep 13, 2024
1 parent 797d334 commit 29326e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/dial-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ helm install my-release dial/dial-extension -f values.yaml
| customStartupProbe | object | `{}` | Custom startupProbe that overrides the default one |
| diagnosticMode.enabled | bool | `false` | Enable diagnostic mode (all probes will be disabled) |
| env | object | `{}` | Key-value pairs extra environment variables to add to dial-extension |
| existingConfigmap | string | `nil` | The name of an existing ConfigMap with your custom configuration for container |
| extraDeploy | list | `[]` | Array of extra objects to deploy with the release |
| extraEnvVarsSecret | string | `""` | Name of existing Secret containing extra env vars for dial-extension containers |
| extraVolumeMounts | list | `[]` | Optionally specify extra list of additional volumeMounts for the dial-extension container(s) |
Expand Down
2 changes: 0 additions & 2 deletions charts/dial-extension/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ containerSecurityContext:
# -- Set dial-extension containers' Security Context runAsNonRoot
readOnlyRootFilesystem: false

# -- The name of an existing ConfigMap with your custom configuration for container
existingConfigmap:
# -- Override default dial-extension command (useful when using custom images)
command: []
# -- Override default dial-extension args (useful when using custom images)
Expand Down

0 comments on commit 29326e7

Please sign in to comment.