forked from educates/educates-training-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For custom provider must still use builtin CLI values.
- Loading branch information
1 parent
50a8e10
commit 9b6703d
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
...s/installer/bundle/config/ytt/_ytt_lib/infrastructure/custom/80-copy-educates-config.yaml
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#@ load("@ytt:data", "data") | ||
#@ load("@ytt:overlay", "overlay") | ||
#@ load("educates.lib.yaml", "copy_all_educates_values") | ||
#@ load("educates.lib.yaml", "copy_builtin_cli_values") | ||
|
||
#! This copies user provided values for the custom infrastructure provider. | ||
#! This copies only builtin CLI provides values. | ||
|
||
#! #@overlay/match-child-defaults missing_ok=True | ||
#! clusterPackages: | ||
#! educates: | ||
#! settings: #@ copy_all_educates_values() | ||
#@overlay/match-child-defaults missing_ok=True | ||
clusterPackages: | ||
educates: | ||
settings: #@ copy_builtin_cli_values() |
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