Skip to content
Discussion options

You must be logged in to vote

Add deployment.jkube.yaml to your project with deployment spec fragment, ex:

spec:
  replicas: 1
  template:
    spec:
      containers:
        - volumeMounts:
            - name: xxx
              mountPath: /xxxxx
      serviceAccount: karavan
      imagePullSecrets:
        - name: karavan-registry

works for build, not for devmode

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@arheom
Comment options

@mgubaidullin
Comment options

@arheom
Comment options

Answer selected by arheom
Comment options

You must be logged in to vote
1 reply
@arheom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1106 on February 06, 2024 17:00.