Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated action file for web deployment #1480

Open
wants to merge 1 commit into
base: DGJ_1236-update-to-the-new-helm-chart-deployment
Choose a base branch
from

Conversation

kiran-aot
Copy link
Contributor

Summary

Encountered a deployment issue during the Git Action for forms-flow-web from the helm-web directory, with the error message: "error: error parsing STDIN: error converting YAML to JSON: yaml: line 2: mapping values are not allowed in this context.

Changes

  • Updated helm installation command in forms-flow-web-cd.yml file

Screenshots (if applicable)

image

After updating the helm installation command

image

Copy link
Collaborator

@kkapoor-fresh kkapoor-fresh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to understand the change that we are passing the name "helm-web" twice in the beginning rather than passing the folder ./helm-web at the end of the command and also removed the piping in the command.

@kiran-aot
Copy link
Contributor Author

While we are using helm we need to specify the release name and chart directory , so here I added both as "helm-web", can change to "forms-flow-web". And we don't need to specify files in the directory using oc apply command since helm will catch all the files in chart directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants