feat(application): deploy applications with custom resources #125
static-analysis.yaml
on: pull_request
Check conventional commits
9s
Annotations
1 error
Check conventional commits
You have commit messages with errors
⧗ input: feat(resources): address review comments to update to latest resource revision
⚠ body must have leading blank line [body-leading-blank]
⚠ found 0 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: style: adding resources.go file
This PR adds new functions to upload OCI images and handle upload
requests. In the initial commit, all these functions were
added to the `applications.go` file which reduces the readability of code.
This commit puts all the functions which are used to process
OCI image resources in a separate file named `resources.go'
to reduce the complexity and increase the readilibity.
docs(application): Application documentation is updated by adding
custom resource usage in the existing sample TF plan.
Application optional TF plan parameters are updated
by changing the description of `resources` map.
test(resources): A few tests are added for the functions in the resources.go. This tests will be expanded in the next commits.
Signed-off-by: gatici <[email protected]>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|