-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microshift: Use config.d directory for drop-in config directory
As per doc https://github.com/openshift/microshift/blob/main/docs/user/howto_config.md#drop-in-configuration-directory it is better to use the drop in configuration directory then changing the default one.
- Loading branch information
1 parent
a890014
commit 541baac
Showing
2 changed files
with
19 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
dns: | ||
# baseDomain is the base domain of the cluster. All managed DNS records will | ||
# be sub-domains of this base. | ||
|
||
|
||
# For example, given the base domain `example.com`, router exposed | ||
# domains will be formed as `*.apps.example.com` by default, | ||
# and API service will have a DNS entry for `api.example.com`, | ||
# as well as "api-int.example.com" for internal k8s API access. | ||
|
||
|
||
# Once set, this field cannot be changed. | ||
# example: | ||
# microshift.example.com | ||
baseDomain: example.com |
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