Include dependency values in documentation (#275)
I have added a flag to the helm-docs script to include the documentation for dependencies. This will add more complete documentation to https://artifacthub.io/packages/helm/spiffe/spire#values so it is easier for our users to get started and having a complete overview. --------- Signed-off-by: Marco Franssen <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
co-authored by
Faisal Memon
parent
5489212bb5
commit
65312f8525
+1
-1
@@ -42,5 +42,5 @@ else
|
||||
fi
|
||||
|
||||
# validate docs
|
||||
"$SCRIPTPATH/bin/${exe}"
|
||||
"$SCRIPTPATH/bin/${exe}" --document-dependency-values
|
||||
git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user