-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to
iam-runtime-infratographer.manifests
(#83)
This makes it easier for applications depending on this chart to include the required configuration. Now an application can just add a ``` {{ include "iam-runtime-infratographer.manifests" $ }} ``` And we'll be able to plug in any supporting manifests we need to support the runtime. Signed-off-by: Adam Mohammed <admohammed@equinix.com>
- Loading branch information
1 parent
bc97b30
commit 11319f1
Showing
3 changed files
with
10 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{{- define "iam-runtime-infratographer.manifests" }} | ||
{{ include "iam-runtime-infratographer.configmap" $ }} | ||
{{ include "iam-runtime-infratographer.secrets" $ }} | ||
{{- end }} |
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