nishasati6oct commented on issue #8121: URL: https://github.com/apache/incubator-devlake/issues/8121#issuecomment-2416367122
we solved our problem with the below update in helm chart postRenderers: - kustomize: patches: - target: version: v1 kind: Deployment name: devlake-lake patch: |- - op: add path: /spec/template/spec/volumes value: [] # Creates an empty volumes array if it doesn't exist - op: add path: /spec/template/spec/volumes/- value: name: ca-cert secret: secretName: ca-cert namespace: devlake - op: add path: /spec/template/spec/containers/0/volumeMounts value: [] # Creates an empty volumeMounts array if it doesn't exist - op: add path: /spec/template/spec/containers/0/volumeMounts/- value: name: ca-cert mountPath: /usr/local/share/ca-certificates/root-ca-cert readOnly: true subPath: ca-cert.crt -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org