Skip to content

Commit

Permalink
fix helm reconciliation
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jul 4, 2024
1 parent ee602ae commit 0a5bb59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ spec:
- name: NODE_EXTRA_CA_CERTS
value: /service-ca-certs/openshift-service-ca.crt
command: [ node ]
args: [ '/app./server.js' ]
args: [ '/app/server.js' ]
volumeMounts:
- mountPath: /app/server.js
name: proxy-config
Expand Down

0 comments on commit 0a5bb59

Please sign in to comment.