Skip to content

Commit

Permalink
Fix settings name
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed May 20, 2024
1 parent d9b361a commit cb2ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const createProject = async (project, options) => {
}
}
if (this._customHostname?.enabled) {
const customHostname = await project.getSetting('hostname')
const customHostname = await project.getSetting('customHostname')
if (customHostname) {
const customHostnameIngress = await createCustomIngress(project, customHostname, options)
try {
Expand Down

0 comments on commit cb2ddfb

Please sign in to comment.