Skip to content

Commit

Permalink
Typo, extra _ in option name
Browse files Browse the repository at this point in the history
Added an extra `_`
  • Loading branch information
hardillb authored Jan 18, 2024
1 parent edaa1dc commit 186e6e4
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 186e6e4

Please sign in to comment.