Skip to content

Commit

Permalink
Make it licensed
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 28, 2024
1 parent 765c9d6 commit 2d45e29
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 @@ -318,7 +318,7 @@ const createDeployment = async (project, options) => {
localPod.spec.containers[0].env.push({ name: 'NODE_EXTRA_CA_CERTS', value: '/usr/local/ssl-certs/chain.pem' })
}

if (this._cloudProvider === 'openshift') {
if (this._app.license.active() && this._cloudProvider === 'openshift') {
localPod.spec.securityContext = {}
}

Expand Down

0 comments on commit 2d45e29

Please sign in to comment.