-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ability to add docs to lower level keys * feat: ability to add docs to lower level keys * feat: ability to add docs to lower level keys * test: add unit tests * fix: indent of examples * fix: remove unneeded import --------- Co-authored-by: very-doge-wow <very-doge-wow@github.com>
- Loading branch information
1 parent
b10e2ce
commit ebf1880
Showing
4 changed files
with
324 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,4 +84,4 @@ nodeSelector: {} | |
|
||
tolerations: [] | ||
|
||
affinity: {} | ||
affinity: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# -- stella | ||
# how many replicas to deploy | ||
replicaCount: 1 | ||
|
||
# -- stella | ||
# which image to deploy | ||
# -- example | ||
# image: | ||
# repository: very-doge-wow/stella | ||
# pullPolicy: IfNotPresent | ||
image: | ||
repository: nginx | ||
pullPolicy: IfNotPresent | ||
# -- stella | ||
# Overrides the image tag whose default is the chart appVersion. | ||
# -- example | ||
# image: | ||
# tag: "latest" | ||
tag: "" |