Skip to content

Delete before deploy and wildcards in delete #298

Answered by tatomir146
mdicss asked this question in Archive
Discussion options

You must be logged in to vote

Hi @mdicss, for me it looks like you are trying to overcome some configuration or possible api bug here. Monaco is always detecting existing configuration by name parameter and then using PUT method to update existing, or use POST method to create new configuration. Please make sure to use unmodified {{ .name }} variable in JSON and also to define name in YAML file. Having name in JSON different then what's defined in YAML would result in this kind of errors you are describing.

This kind of workflow is also a reason delete is executed after deployment. Otherwise, you would be constantly recreating configuration and for some API's this means losing all history.

Adding wildcard would IMO ma…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mdicss
Comment options

@tatomir146
Comment options

@mdicss
Comment options

@tatomir146
Comment options

@tatomir146
Comment options

Answer selected by tatomir146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Archive
Labels
None yet
2 participants