tannextan commented on issue #1385:
URL: https://github.com/apache/camel-karavan/issues/1385#issuecomment-2315874454
This is my builder.pod.jkube.yaml
spec:
containers:
- env:
- name: PROJECT_ID
value: ${projectId}
- name: TAG
value: ${tag}
- name: IMAGE_REGISTRY
valueFrom:
secretKeyRef:
name: karavan
key: karavan.container-image.registry
- name: IMAGE_REGISTRY_USERNAME
valueFrom:
secretKeyRef:
name: karavan
key: karavan.container-image.registry-username
- name: IMAGE_REGISTRY_PASSWORD
valueFrom:
secretKeyRef:
name: karavan
key: karavan.container-image.registry-password
- name: IMAGE_GROUP
valueFrom:
secretKeyRef:
name: karavan
key: karavan.container-image.group
- name: GIT_REPOSITORY
valueFrom:
secretKeyRef:
name: karavan
key: karavan.git.repository
- name: GIT_USERNAME
valueFrom:
secretKeyRef:
name: karavan
key: karavan.git.username
- name: GIT_PASSWORD
valueFrom:
secretKeyRef:
name: karavan
key: karavan.git.password
- name: GIT_BRANCH
valueFrom:
secretKeyRef:
name: karavan
key: karavan.git.branch
securityContext:
privileged: true
Still this doesnot change the pod security level.
Please need help.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]