Skip to content

Commit

Permalink
change settings key
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Apr 25, 2024
1 parent 9e47f32 commit b628e99
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('customHostname')
const customHostname = await project.getSetting('hostname')
if (customHostname) {
const customHostnameIngress = await createCustomIngress(project, customHostname, options)
try {
Expand Down

0 comments on commit b628e99

Please sign in to comment.