Skip to content

Unable to install a custom pack in docker image for K8 setup ! #5794

Answered by NitinNahal
NitinNahal asked this question in Packs
Discussion options

You must be logged in to vote

Thanks @armab for your support,

So I finally got it working today !

Problem : I forgot that in my config.schema.yaml I had a parameter to be required which was not being passed into the config file in the values.yaml.
Solution : Please remember to put required params in the configs which is part of the values.yaml.

i.e.

  packs:
    # Custom StackStorm pack configs. Each record creates a file in '/opt/stackstorm/configs/'
    # https://docs.stackstorm.com/reference/pack_configs.html#configuration-file
    # NOTE: This takes precedence over the contents of st2.packs.volumes.configs (if defined) on helm upgrade.
    configs:
      core.yaml: |
        ---
        # example core pack config …

Replies: 4 comments 23 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
22 replies
@NitinNahal
Comment options

@arm4b
Comment options

@NitinNahal
Comment options

@arm4b
Comment options

@NitinNahal
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by NitinNahal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants