Skip to content

Commit

Permalink
Fixed spelling error in shared charts documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Sick <[email protected]>
  • Loading branch information
rra and jonathansick authored Oct 3, 2023
1 parent 98bdca8 commit 1bf9791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/shared-charts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For example, the ``version`` field of every chart should be set to ``1.0.0``, si
Usually, the easiest way to create a shared subchart is to start by writing a regular application chart for one instance of the application following the instructions in :doc:`write-a-helm-chart`.
Then, copy that application chart into a subdirectory in the :file:`charts` directory, remove all the parts that don't make sense to share between applications, and add any additional :file:`values.yaml` settings that will be required to customize the instantiation of this chart for different applications.

Shared charts do not have :file:`values-{environment}.yaml` files and are not aware of Phalanx environemnts.
Shared charts do not have :file:`values-{environment}.yaml` files and are not aware of Phalanx environments.
Any per-environment settings must be handled in the parent charts that use this subchart and passed down as regular :file:`values.yaml` overrides.

Shared charts do not have :file:`secrets.yaml` files.
Expand Down

0 comments on commit 1bf9791

Please sign in to comment.