-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use svc.cluster.local as default domain (#13259)
* testing cluster local as default domain Signed-off-by: Paul S. Schweigert <[email protected]> * update default domain on tests Signed-off-by: Paul S. Schweigert <[email protected]> * missed a few Signed-off-by: Paul S. Schweigert <[email protected]> * add domain for e2e tests Signed-off-by: Paul S. Schweigert <[email protected]> * review fixes Signed-off-by: Paul S. Schweigert <[email protected]> Signed-off-by: Paul S. Schweigert <[email protected]>
- Loading branch information
Showing
4 changed files
with
25 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
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,8 @@ | ||
#@ load("@ytt:overlay", "overlay") | ||
#@ load("helpers.lib.yaml", "system_configmap") | ||
|
||
#@overlay/match by=system_configmap("config-domain"), expects=1 | ||
--- | ||
#@overlay/match-child-defaults missing_ok=True | ||
data: | ||
example.com: | |