Skip to content

Commit

Permalink
Merge pull request #133 from FlowFuse/hardillb-patch-1
Browse files Browse the repository at this point in the history
Typo, extra `_` in option name
  • Loading branch information
Steve-Mcl authored Jan 18, 2024
2 parents edaa1dc + 186e6e4 commit 546145c
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 @@ -605,7 +605,7 @@ module.exports = {
this._namespace = this._app.config.driver.options.projectNamespace || 'flowforge'
this._k8sDelay = this._app.config.driver.options.k8sDelay || 1000
this._k8sRetries = this._app.config.driver.options.k8sRetries || 10
this._certManagerIssuer = this._app.config.driver.options._certManagerIssuer
this._certManagerIssuer = this._app.config.driver.options.certManagerIssuer

const kc = new k8s.KubeConfig()

Expand Down

0 comments on commit 546145c

Please sign in to comment.